GetAvailJobPos(Int32,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 ID to identify the entity.
Parameters
- entId
- Required. Holds the ID of the entity whose first available job position is being retrieved.
- 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.