Class JobContract
Represents an job
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class JobContract : Object
Name | Description |
---|---|
JobContract() |
Fields
Name | Description |
---|---|
AgentId | The agent id |
EndDate | The end date of the job. Date format: yyyy-MM-ddTHH:mm:ss |
Id | The id of the job |
JobDefinitionId | The job definition id |
Log | The log of the job |
StartDate | The start date of the job. Date format: yyyy-MM-ddTHH:mm:ss |
StateEnum | The state enum of the job |