IsUserLoggedIn Method
- Last UpdatedNov 06, 2025
- 1 minute read
The IsUserLoggedIn() method checks to see if the specified user was or is logged onto the specified step producing the specified lot number. A step is specified by a work order ID, an operation ID, an operation sequence number, and a step number.
Parameters
- stepNo
- Required. Holds the number of the step being checked.
- lotNo
- Required. Holds the lot number on which the step is being performed.
- active
Optional active flag which is set to 1 if user is currently logged into the step or 0 if the user was logged into the step. Passing null assumes the user must be logged into the step.
Return Value
Returns true if the user is logged into the step, or false if the user is not
logged into the step.