Step.CanExecuteSubstep

Syntax

Step.CanExecuteSubstep( substepIndex, [sequenceContextParam])

Return Value

Boolean

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.

See Also

Omitting Optional Parameters

SequenceContext

Step.ExecuteSubstep