Job
//indico-client-java/com.indico.query/Job
Job
[jvm]
class Job(indicoClient: IndicoClient, errors: List<String>?, val id: String)
Job information
Constructors
Properties
Name | Summary |
---|---|
id | [jvm] val id: String |
Functions
Name | Summary |
---|---|
errors | [jvm] fun errors(): List<String> If job status is FAILURE returns the list of errors encoutered |
result | [jvm] fun result(): JSONObject Retrieve result. Status must be success or an error will be thrown. |
resultAsString | [jvm] fun resultAsString(): String |
results | [jvm] fun results(): JSONArray Retrieve results. Status must be success or an error will be thrown. |
status | [jvm] fun status(): JobStatus Retrieve job status |
Updated 10 months ago