Click or drag to resize

StateImplStateTransitionCallbackDelegate Delegate

[Missing <summary> documentation for "T:P.Runtime.StateImpl.StateTransitionCallbackDelegate"]

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate void StateTransitionCallbackDelegate(
	PrtImplMachine machine,
	PrtState from,
	PrtState to,
	string reason
)

Parameters

machine
Type: P.RuntimePrtImplMachine
from
Type: P.RuntimePrtState
to
Type: P.RuntimePrtState
reason
Type: SystemString
See Also