VaultApplicationBaseIsHandlerDefinedForStateTransition Method
Checks if the state has handler(s) of the given type.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
protected virtual bool IsHandlerDefinedForStateTransition(
int stateTransition
)
- stateTransition Int32
- The id of the state transition whose handlers should be checked.
BooleanTrue if the specified state transition has handler(s).