GetCurrJobPos(Int32,String,String,Int32,Int32) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetCurrJobPos() method is retrieves the current job position for a job that is currently running on an entity.
This overload of the method uses the entity ID to identify the entity.
public static void GetCurrJobPos(
int entId,
string woId,
string operId,
int seqNo,
out int jobPos
)
Parameters
- entId
- Required. Holds the ID of the entity on which the job is running.
- woId
- Required. Holds the work order ID of the job.
- operId
- Required. Holds the operation ID of the job.
- seqNo
- Required. Holds the job sequence number.
- jobPos
- Output. Holds the returned job position on which the supplied job is currently running. If the specified job is not running on this entity, -1 is returned.