Step.CanExecuteSubstep
- Updated2025-04-09
- 1 minute(s) read
Step.CanExecuteSubstep
Syntax
Step.CanExecuteSubstep( substepIndex, [sequenceContextParam])
Return Value
Purpose
Returns a value that indicates whether you can execute the specified substep.
Remarks
Call this method before calling the Step.ExecuteSubstep method.
Parameters
substepIndex As Long
[In] Specifies the zero-based index of the substep.
sequenceContextParam As Variant
[In] [ Optional ] If you call this method from a step, you must pass a SequenceContext . For executing substeps from a user interface, do not pass any value for this parameter.