Job Class Properties
- Last UpdatedNov 06, 2025
- 6 minute read
For a list of all members of this type, see Job members.
| Name | Description | |
|---|---|---|
![]() | ActFinishTime | The ActFinishTime property is a read-only property that contains the date/time that the job was last finished, or DateTime.MaxValue if it has never been finished. |
![]() | ActStartTime | The ActStartTime property is a read-only property that contains the date/time that the job was first started, or DateTime.MaxValue if it has never been started. |
![]() | BatchSize | The BatchSize property is a read-only property that contains the quantity of produced item per batch for the job. Defaults to 1 if this is not a batching type operation. |
![]() | ConcurrentLink | The ConcurrentLink property is a read-only property that is set to a value > 0 if the job is linked to be run together with other job(s). If so, it is linked to those job(s) with the same ConcurrentLink value. |
![]() | CurrentState | The CurrentState property is a read-only property that contains the current state of the job as a JobStates enumeration. |
![]() | EstProdRate | The EstProdRate property is a read-only property that contains the estimated production rate in entity hours per batch for the job. |
![]() | FirstJob | The FirstJob property is a read-only property that contains a flag that is true if the job is the first operation for the work order. |
![]() | InitSchedEntId | The InitSchedEntId property is a read-only property that contains the ID of the entity to which the job was initially scheduled. |
![]() | JobDesc | The JobDesc property is a read-only property that contains the job description originating from the operation description the job. |
![]() | LastEditAt | The LastEditAt property is a read-only property that contains the date/time of the last edit of the job. |
![]() | LastEditBy | The LastEditBy property is a read-only property that contains the user_id of the person who made the last edit of the job. |
![]() | LastEditComment | The LastEditComment property is a read-only property that contains the comment for the last edit of the job, if any. |
![]() | LastJob | The LastJob property is a read-only property that contains a flag that is true if the job is the final operation for the work order. |
![]() | Notes | The Notes property is a read-only property that contains the current notes for the job, if any. |
![]() | OperId | The OperID property is a read-only property that contains the operation ID used to identify the job. |
![]() | Priority | The Priority property is a read-only property that contains the priority of the job as a number between 1 and 99. |
![]() | ProducedItem | The ProducedItem property is a read-only property that contains the Item object that stores the properties of the item produced by the job. |
![]() | ProducedItemId | The ProducedItemId property is a read-only property that contains the ID of the item being produced by the job. |
![]() | QtyAtStart | The QtyAtStart property is a read-only property that contains the quantity of produced item expected to be produced for the job if there are no rejects. |
![]() | QtyProd | The QtyProd property is a read-only property that contains the quantity of produced item already produced for the job. |
![]() | QtyReject | The QtyReject property is a read-only property that contains the quantity of produced item currently rejected for the job. |
![]() | QtyReqd | The QtyReqd property is a read-only property that contains the quantity of produced item required for the job. |
![]() | ReqdFinishTime | The ReqdFinishTime property is a read-only property that contains the required finish date/time for the job. |
![]() | RunEntId | The RunEntId property is a read-only property that contains the ID of the entity on which the job was last run, or -1 if it has not been started yet. |
![]() | SchedFinishTime | The SchedFinishTime property is a read-only property that contains the date/time that the job is scheduled to be finished, if specified; otherwise, the value is DateTime.MaxValue. |
![]() | SchedStartTime | The SchedStartTime property is a read-only property that contains the date/time that the job is scheduled to be started, if specified; otherwise, the value is DateTime.MaxValue. |
![]() | SeqNo | The SeqNo property is a read-only property that contains the sequence number used to identify the job. |
![]() | Spare1 | The Spare1 property is a read-only property that contains the spare1 value assigned to the job. |
![]() | Spare2 | The Spare2 property is a read-only property that contains the spare2 value assigned to the job. |
![]() | Spare3 | The Spare3 property is a read-only property that contains the spare3 value assigned to the job. |
![]() | Spare4 | The Spare4 property is a read-only property that contains the spare4 value assigned to the job. |
![]() | StatusNotes | The StatusNotes property is a read-only property that contains the current notes regarding the most recent status change for the job, if any. |
![]() | TargetSchedEntId | The TargetSchedEntId property is a read-only property that contains the ID of the entity to which the job is currently scheduled. |
![]() | WoId | The WOId property is a read-only property that contains the work ID used to identify the job. |
