---
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/d9cf11cf4a11828e783aed6313f5ea49990488ff/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/d9cf11cf4a11828e783aed6313f5ea49990488ff/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/d9cf11cf4a11828e783aed6313f5ea49990488ff/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/d9cf11cf4a11828e783aed6313f5ea49990488ff/packages/b2c-tooling-sdk/src/operations/ods/wait-for-sandbox.ts#L92)

Current observed state of the sandbox
