IsUserLoggedIntoJob(Int32,String,String,Int32) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The IsUserLoggedIntoJob() method determines if the user is logged on to the specified job running on the current entity. This overload of the method specifies the entity by its ID.
Parameters
- entId
- Required. Holds the ID of the entity on which the job is running.
- woId
- Required. Holds the ID of the job's work order.
- operId
- Required. Holds the ID of the job's operation.
- seqNo
Required. Holds the operation sequence number.
Return Value
Returns true if the user is logged on to the job, or false if the user is not
logged on to the job.