Click or drag to resize

StateTransitionMethodInfoAutomaticStateTransitionTriggerMethod Delegate

State automatic state transition conditions evaluation method delegate declaration. See the actual methods for information on the parameters.

Namespace:  MFiles.VAF
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
protected delegate bool AutomaticStateTransitionTriggerMethod(
	StateTransitionEnvironment environment,
	out int nextState
)

Parameters

environment
Type: MFiles.VAF.CommonStateTransitionEnvironment
nextState
Type: SystemInt32

Return Value

Type: Boolean
See Also