TransitionExists |
Scroll |
Returns whether or not a transition between the two specified workflow tasks exists.
Namespace: Therefore.API
Visual Basic Public Overridable Function TransitionExists ( _ nTaskNoFrom As Integer, _ nTaskNoTo As Integer _ ) As Boolean C# public virtual bool TransitionExists ( int nTaskNoFrom, int nTaskNoTo )
Parameters nTaskNoFrom The task number where the transition starts.
nTaskNoTo The task number where the transition ends.
Return Value True if a transition between the two specified workflow tasks exists. |