The JobInfo class specifies details about Ecrion Omni System jobs.
Members/Properties
Name |
Description |
Represents the ID of the Ecrion Omni System job. |
|
Specifies the starting time for the specified Ecrion Omni System job. |
|
Specifies the time the Ecrion Omni System job has finished. |
|
Specifies the status of the Ecrion Omni System job |
Specifies the ID of the Ecrion Omni System job.
public String JobId;
Specifies the starting time for a specific Ecrion Omni System job. The date-time is specified in UTC format.
public DateTime StartTimestampUTC;
Specifies the finishing time for a specific Ecrion Omni System job. The date-time is specified in UTC format.
public DateTime FinishTimestampUTC;
Specifies the status of a specific Ecrion Omni System job. Status is an objet of type JobStatus
public JobStatus Status;