Status
@trimblecloudplatform/trimblecloud.processing
@trimblecloudplatform/trimblecloud.processing / Status
Enumeration: Status
Defined in: src/models/status.ts:12
The status of describes its lifecycle as follows. MUTABLE - New and can still be altered. EXECUTABLE - Ready to be executed and can no longer be altered. The Procedure has been put into a non-mutable state to eliminate the possibility of introducing breaking changes to an in-use Procedure. RETIRED - Retired from service and can no longer be executed. DELETING - Is in the process of being deleted.
Enumeration Members
DELETING
DELETING:
"DELETING"
Defined in: src/models/status.ts:16
EXECUTABLE
EXECUTABLE:
"EXECUTABLE"
Defined in: src/models/status.ts:14
MUTABLE
MUTABLE:
"MUTABLE"
Defined in: src/models/status.ts:13
RETIRED
RETIRED:
"RETIRED"
Defined in: src/models/status.ts:15