ExampleResource.State

API: Stable

enum class State {
    PENDING,
    RUNNING,
    DONE,
}
Properties
PENDING
RUNNING
DONE