kotlinx.coroutines
1.6.4-SNAPSHOT
kotlinx-coroutines-debug
/
kotlinx.coroutines.debug
/
State
State
enum
State
:
Enum
<
State
>
Current state of the coroutine.
Entries
Entries
CREATED
Link copied to clipboard
CREATED
Created, but not yet started.
RUNNING
Link copied to clipboard
RUNNING
Started and running.
SUSPENDED
Link copied to clipboard
SUSPENDED
Suspended.