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

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

# Interface: WaitForSandboxOptions

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

## Properties

### onPoll()?

> `optional` **onPoll**: (`info`) => `void`

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

#### Parameters

##### info

[`WaitForSandboxPollInfo`](WaitForSandboxPollInfo.md)

#### Returns

`void`

***

### pollIntervalSeconds

> **pollIntervalSeconds**: `number`

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

***

### sandboxId

> **sandboxId**: `string`

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

***

### sleep()?

> `optional` **sleep**: (`ms`) => `Promise`\<`void`\>

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

#### Parameters

##### ms

`number`

#### Returns

`Promise`\<`void`\>

***

### targetState

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

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

***

### timeoutSeconds

> **timeoutSeconds**: `number`

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