ReadyJob() method
- Last UpdatedNov 26, 2024
- 1 minute read
Use the ReadyJob() method to set the state of the specified job to Ready if the following conditions are True:
-
The Ready Job button is enabled.
-
An operator is currently logged on.
Syntax
ReadyJob(woID, operID, seqNo, editTime);
Parameters
woId
A string that indicates the work order ID used to identify the job that is to be readied.
operId
A string that indicates the operation ID used to identify the job that is to be readied.
seqNo
An integer that represents the sequence number that is used to identify the job that is to be readied.
editTime
A string that indicates the last edit time for the specified job to ensure this operator is acting on the latest data for the job.