StartStep Method
- Last UpdatedNov 06, 2025
- 1 minute read
The StartStep() method starts the specified step.
public bool StartStep(
int stepNo,
string lotNo,
int stateCd,
object checkCert,
object laborOption
)
Parameters
- stepNo
- Required. Holds the number of the step to be started.
- lotNo
- Required. Holds the lot number on which the step will be performed.
- stateCd
- Optional. Holds the state code to which the step will be set. Only Running and ByPass are allowed. If set to null, the state will default to running.
- checkCert
- Optional. Holds a flag that, if set to true, specifies that certifications for the step be checked before allowing the user to start 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 performed for the step. Otherwise, labor usage capturing will not be performed.
Return Value
Returns true if the step can be started, and false if the step cannot be
started.