Constructor
new module:caplin/trading/statemachine/TransitionSource()
Enumeration that provides the transition sources that are used for determining the cause
of a transition.
The sources are:
CLIENT
SERVER
Members
-
(static, readonly) CLIENT :String
-
The transition is marked as a client triggered transition.
Type:
- String
-
(static, readonly) SERVER :String
-
The transition is marked as a server triggered transition.
Type:
- String