BCSWorkAreaCanExecuteTransition Method |
Determines whether a transition with the specified name is available.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public bool CanExecuteTransition(
string name
)
Public Function CanExecuteTransition (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
The name of the transition.
Return Value
Type:
BooleanA value indicating whether a transition with the specified name is available.
See Also