public Tuple<bool,string> CanExecuteStep( string stepID )
Public Function CanExecuteStep( _ Optional ByVal stepID As String _ ) As Tuple(Of Boolean,String)
Parameters
- stepID
- The ID of the step to execute. If no step is specified, the current step will be used
Return Value
Tuple containing whether it can be executed and if not the reason why the step cannot be executed*