Skip to content

@salesforce/b2c-tooling-sdk / operations/mrt / WaitForEnvPollInfo

Interface: WaitForEnvPollInfo ​

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/env.ts:359

Poll info passed to the onPoll callback during environment waiting.

Properties ​

elapsedSeconds ​

elapsedSeconds: number

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/env.ts:363

Seconds elapsed since waiting started.


slug ​

slug: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/env.ts:361

Environment slug.


state ​

state: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/env.ts:365

Current environment state (e.g., 'PUBLISH_IN_PROGRESS', 'ACTIVE').

Released under the Apache-2.0 License.