Job Constructor(String,String,Int32,Boolean,Boolean)
- Last UpdatedNov 06, 2025
- 1 minute read
The Job() method is the constructor used to instantiate a job.
This overload of the method loads the specified job from the database and, optionally, the job's attribute data and specifications. The overload uses a work order ID, operation ID, and operation sequence number to identify the job.
Parameters
- woId
- Required. Holds the work order ID used to identify the job.
- operId
- Required. Holds the operation ID used to identify the job.
- seqNo
- Required. Holds the operation sequence number used to identify the job.
- loadAttributes
- Required. Holds a flag that, if set to true, specifies that the job's attributes should also be loaded.
- loadSpecs
- Required. Holds a flag that, if set to true, specifies that the job's specifications should also be loaded.