GetCurrJobPos 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.
| Overload | Description |
|---|---|
| GetCurrJobPos(Int32,String,String,Int32,Int32) | 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. |
| GetCurrJobPos(String,String,String,String,Int32,Int32) | 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. |