CanStartStep MethodSave PDFSave selected topicSave selected topic and subtopicsSave all topicsShareShare to emailCopy topic URLLast UpdatedNov 06, 20251 minute readOperations and ExecutionManufacturing Execution System 2023 R2 The CanStartStep() method checks to see if the specified step can be started.Syntax Visual BasicC# 'Declaration Public Function CanStartStep( _ ByVal stepNo As Integer, _ ByVal lotNo As String _ ) As Boolean public bool CanStartStep( int stepNo, string lotNo ) ParametersstepNo Required. Holds the number of the step being checked.lotNo Required. Holds the lot number on which the step is to be performed. Return Value Returns true if the step can be started, or false if the step cannot be started. See AlsoReferenceJobStepExec ClassJobStepExec Members In This Topic
The CanStartStep() method checks to see if the specified step can be started.Syntax Visual BasicC# 'Declaration Public Function CanStartStep( _ ByVal stepNo As Integer, _ ByVal lotNo As String _ ) As Boolean public bool CanStartStep( int stepNo, string lotNo ) ParametersstepNo Required. Holds the number of the step being checked.lotNo Required. Holds the lot number on which the step is to be performed. Return Value Returns true if the step can be started, or false if the step cannot be started. See AlsoReferenceJobStepExec ClassJobStepExec Members
The CanStartStep() method checks to see if the specified step can be started.Syntax Visual BasicC# 'Declaration Public Function CanStartStep( _ ByVal stepNo As Integer, _ ByVal lotNo As String _ ) As Boolean public bool CanStartStep( int stepNo, string lotNo ) ParametersstepNo Required. Holds the number of the step being checked.lotNo Required. Holds the lot number on which the step is to be performed. Return Value Returns true if the step can be started, or false if the step cannot be started. See AlsoReferenceJobStepExec ClassJobStepExec Members
The CanStartStep() method checks to see if the specified step can be started.Syntax Visual BasicC# 'Declaration Public Function CanStartStep( _ ByVal stepNo As Integer, _ ByVal lotNo As String _ ) As Boolean public bool CanStartStep( int stepNo, string lotNo ) ParametersstepNo Required. Holds the number of the step being checked.lotNo Required. Holds the lot number on which the step is to be performed. Return Value Returns true if the step can be started, or false if the step cannot be started. See AlsoReferenceJobStepExec ClassJobStepExec Members