Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/ods / SandboxState

Type Alias: SandboxState

SandboxState = "deleted" | "failed" | "started" | "stopped" | string & object

Defined in: packages/b2c-tooling-sdk/src/operations/ods/wait-for-sandbox.ts:22

State of a sandbox in the ODS system.

Standard states:

  • deleted - Sandbox has been deleted
  • failed - Sandbox creation or operation failed
  • started - Sandbox is running
  • stopped - Sandbox is stopped

Also accepts any other string value via (string & {}) for forward compatibility with future ODS API states.

Released under the Apache-2.0 License.