Skip to content

ExecutionStatus

@trimblecloudplatform/trimblecloud.processing


@trimblecloudplatform/trimblecloud.processing / ExecutionStatus

Enumeration: ExecutionStatus

Defined in: src/models/status.ts:25

The execution status. NOT_READY - Cannot be used to create any Procedures and thus cannot be part of an execution. READY - Can now by used to create Procedures and thus be part of executions. SUSPENDED - The processing has been suspended and cannot be part of executions.

Enumeration Members

NOT_READY

NOT_READY: "NOT_READY"

Defined in: src/models/status.ts:26


READY

READY: "READY"

Defined in: src/models/status.ts:27


SUSPENDED

SUSPENDED: "SUSPENDED"

Defined in: src/models/status.ts:28