StepLogout Method
- Last UpdatedNov 06, 2025
- 1 minute read
The StepLogout() method logs a user off of a step so that the labor is no longer captured for the user with respect to the step.
Parameters
- stepNo
- Required. Holds the number of the step on which the user is working.
- lotNo
- Required. Holds the lot number on which the step is being performed.
- eventTime
- Optional. Holds the time of the logoff. If set to null, the current time on the database server is used.
Return Value
Returns true if the user can be logged off, or false if an error occurs.