State

enum State : Enum<State>

Current state of the coroutine.

Entries

Link copied to clipboard

Created, but not yet started.

Link copied to clipboard

Started and running.

Link copied to clipboard

Suspended.