API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typeCoroutineStatus

@codexo/exojs / core / stable

Lifecycle of a Coroutine. `queued` until its first step, `running` from then on, and exactly one of the three terminal states afterwards.

0
props
0
methods
0
events
Import
import { CoroutineStatus } from '@codexo/exojs'

Lifecycle of a Coroutine. `queued` until its first step, `running` from then on, and exactly one of the three terminal states afterwards.

Definition1
"cancelled" | "done" | "failed" | "queued" | "running"
Source