<< Click to Display Table of Contents >> Navigation: »No topics above this level« MpCodeBoxCoroutineStateEnum |
mapp Services V5.16
This enumerated data type defines the state of the coroutine. For additional information about coroutines, see here.
Description |
|
mpCODEBOX_COSTATE_UNDEFINED |
The specified coroutine does not exist. |
mpCODEBOX_COSTATE_SUSPENDED |
The coroutine was created but is not currently active. |
mpCODEBOX_COSTATE_RUNNING |
The coroutine is being executed. |
mpCODEBOX_COSTATE_WAITING |
Another coroutine was called within the coroutine. The original coroutine is in the waiting state. |
mpCODEBOX_COSTATE_DEAD |
Coroutine was ended. |