Click or drag to resize

FakeTransitionStateType Enumeration

Specifies the type of "state" targeted by a fake transition.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum StateType
Members
  Member nameValueDescription
Real0 A real State is targeted.
Fake1 A FakeState is targeted.
See Also