| Package | com.yworks.support |
| Class | public class StateMachineEventKind |
| Inheritance | StateMachineEventKind Object |
kind property of
StateMachineEvents
| Constant | Defined By | ||
|---|---|---|---|
| CANCEL : String = cancel [static] | StateMachineEventKind | ||
| DISABLED : String = disabled [static] | StateMachineEventKind | ||
| ENABLED : String = enabled [static] | StateMachineEventKind | ||
| MUTEX_AQUIRED : String = mutexAquired [static] | StateMachineEventKind | ||
| MUTEX_LOST : String = mutexLost [static] | StateMachineEventKind | ||
| RESET : String = reset [static] | StateMachineEventKind | ||
| RUN : String = run [static] | StateMachineEventKind | ||
| STOP : String = stop [static] | StateMachineEventKind | ||
| CANCEL | Constant |
public static const CANCEL:String = cancel| DISABLED | Constant |
public static const DISABLED:String = disabled| ENABLED | Constant |
public static const ENABLED:String = enabled| MUTEX_AQUIRED | Constant |
public static const MUTEX_AQUIRED:String = mutexAquired| MUTEX_LOST | Constant |
public static const MUTEX_LOST:String = mutexLost| RESET | Constant |
public static const RESET:String = reset| RUN | Constant |
public static const RUN:String = run| STOP | Constant |
public static const STOP:String = stop