---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/ods](../index.md) / WaitForSandboxPollInfo

# Interface: WaitForSandboxPollInfo

Defined in: [packages/b2c-tooling-sdk/src/operations/ods/wait-for-sandbox.ts:89](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/ods/wait-for-sandbox.ts#L89)

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](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/ods/wait-for-sandbox.ts#L91)

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](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/ods/wait-for-sandbox.ts#L90)

ID of the sandbox being monitored

***

### state

> **state**: [`SandboxState`](../type-aliases/SandboxState.md)

Defined in: [packages/b2c-tooling-sdk/src/operations/ods/wait-for-sandbox.ts:92](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/ods/wait-for-sandbox.ts#L92)

Current observed state of the sandbox
