Job
class Job(indicoClient: IndicoClient, errors:
Job information
Constructors
| Job | constructor(indicoClient: IndicoClient, errors: |
Properties
| Name | Summary |
|---|---|
| id | val id: String |
Functions
| Name | Summary |
|---|---|
| errors | fun errors(): If job status is FAILURE returns the list of errors encountered |
| result | fun result(): JSONObjectRetrieve result. Status must be success or an error will be thrown. |
| resultAsString | fun resultAsString(): String |
| results | fun results(): JSONArrayRetrieve results. Status must be success or an error will be thrown. |
| status | fun status(): JobStatusRetrieve job status |
