Ant Organisation Ltd documentation

Transition.Validate Method 

Tests that the transition is valid, returning a collection of error messages.

public bool Validate(
   out ICollection errors
);

Parameters

errors
Output parameter to receive a collection of string error messages.

Return Value

True if the transition is valid.

See Also

Transition Class | Ant.Workflow Namespace