Skip to content
View as Markdown
View as Markdown

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

Type Alias: CloneState

CloneState = "COMPLETED" | "FAILED" | "IN_PROGRESS" | "PENDING" | string & object

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

Status of a sandbox clone operation in the ODS system.

Standard values are COMPLETED, FAILED, IN_PROGRESS, and PENDING. Any other string value is also accepted for forward compatibility with future statuses returned by the API.

Released under the Apache-2.0 License.