GetAvailJobPos Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetAvailJobPos() method retrieves the first available job position that is not in use by another job for the specified entity.
This overload of the method uses the entity ID to identify the entity.
| Overload | Description |
|---|---|
| GetAvailJobPos(Int32,Int32) | The GetAvailJobPos() method retrieves the first available job position that is not in use by another job for the specified entity. This overload of the method uses the entity ID to identify the entity. |
| GetAvailJobPos(String,String,Int32) | The GetAvailJobPos() method retrieves the first available job position that is not in use by another job for the specified entity. This overload of the method uses the entity name and site name to identify the entity. |