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