GetCurrJobPos(String,String,String,String,Int32,Int32) Method
- Last UpdatedNov 06, 2025
- 2 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 name and site name to identify the entity.
public static void GetCurrJobPos(
string entName,
string siteName,
string woId,
string operId,
int seqNo,
out int jobPos
)
Parameters
- entName
- Required. Holds the name of the entity on which the job is running.
- siteName
- Required. Holds the site name 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.