|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
strong |
Action reschedule request type.
Uses C++ V11 "enum class" to avoid implicit conversions to int and or-ing etc.
| Enumerator | |
|---|---|
| End | Request that the action complete. |
| Stage | Request that the reschedule immediately. |
| Wait | Request that the reschedule after a delay. |
| Sleep | Request that the action go to sleep. |
| Message | Request that the action wait for a message. |
| Exit | Request that the task exits. |
| KickNoChangeReq | Indicate that a KICK is not change rescheduling |