Home > @infiniteobjects/data-types > PrintButtonPlatformStatus
Platform Configuration Status
Signature:
export declare enum PrintButtonPlatformStatus
| Member | Value | Description |
|---|---|---|
| ACTIVE | 99 |
The configuration is ready to accept orders |
| CREATED | 0 |
Brand new Configuration. |
| ERRORED | -99 |
An Error has ocurred. |
| IO_DISABLED | -2 |
Infintie Objects disabled the configuration |
| OWNER_DISABLED | -1 |
The owner/mannager disabled the configuration |
| PENDING_AGREEMENT | 20 |
Waiting for Legal Documents to be sign. |
| PENDING_REVIEW | 30 |
The Configuration is provisioned, legal docs are signed and everything should go trough manual review. |
| PROVISIONING | 10 |
Underling resources are being created |