GetAvailJobPos(String,String,Int32) 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 name and site name to identify the entity.
Parameters
- entName
- Required. Holds the name of the entity whose first available job position is being retrieved.
- siteName
- Optional. Holds the site name of the entity.
- jobPos
- Output. Holds the returned minimum available job position for the entity. A -1 is returned if no available job position on the entity is found.