Skip to content
View as Markdown
View as Markdown

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

Interface: WaitForSandboxPollInfo

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

Information provided to the onPoll callback on each poll during sandbox state monitoring.

Properties

elapsedSeconds

elapsedSeconds: number

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

Total elapsed time in seconds since polling started


sandboxId

sandboxId: string

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

ID of the sandbox being monitored


state

state: SandboxState

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

Current observed state of the sandbox

Released under the Apache-2.0 License.