Class JobExecutionState


  • public class JobExecutionState
    extends Object
    Data about the state of a job execution.
    • Field Detail

      • status

        public JobStatus status
        The status of the job execution. Can be one of: QUEUED, IN_PROGRESS, FAILED, SUCCEEDED, CANCELED, TIMED_OUT, REJECTED, or REMOVED.
      • statusDetails

        public HashMap<String,​String> statusDetails
        A collection of name-value pairs that describe the status of the job execution.
      • versionNumber

        public Integer versionNumber
        The version of the job execution. Job execution versions are incremented each time they are updated by a device.
    • Constructor Detail

      • JobExecutionState

        public JobExecutionState()