version 402
Sub-message containing job status info
Field | Information |
---|---|
status | Type: io.clbs.openhes.models.acquisition.JobStatusCode Description: The status of the job. |
code | Type: io.clbs.openhes.models.acquisition.JobErrorCode Description: The error code of the job. |
results | Type: io.clbs.openhes.models.acquisition.ActionResult Description: The result data for all job actions. |
startedAt | Type: google.protobuf.Timestamp Description: The start timestamp of the job. |
finishedAt | Type: google.protobuf.Timestamp Description: The finish timestamp of the job. |
attemptsDone | Type: int32 Description: The number of attempts already done. |
deviceInfo | Type: io.clbs.openhes.models.acquisition.DeviceInfo Description: The device info. It contains the data from the action ACTION_TYPE_GET_DEVICE_INFO. |
queueId | Type: int64 Description: The internal queue identifier set by the Taskmaster when the job is queued to process. |