StopStep Method
- Last UpdatedNov 06, 2025
- 1 minute read
The StopStep() method ends or bypasses the specified step on which the specified user is working.
public bool StopStep(
int stepNo,
string lotNo,
object stateCd,
object checkCert,
object laborOption
)
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.
- stateCd
- Optional. Holds the state used to end the state (complete or bypassed). If it is set to null, the step is completed.
- checkCert
- Optional. Holds a flag that, if set to true, specifies that certifications for the step be checked before allowing the user to stop the step. Otherwise, certifications will not be checked.
- laborOption
- Optional. Holds a flag that, if set to true, specifies that labor usage capturing should be ended when the step is stopped. Otherwise, labor usage capturing will continue.
Return Value
Returns true if the step is stopped and false if an error occurs.