Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/code / DownloadProgressInfo

Interface: DownloadProgressInfo

Defined in: packages/b2c-tooling-sdk/src/operations/code/download.ts:19

Progress info passed to the onProgress callback.

Properties

elapsedSeconds

elapsedSeconds: number

Defined in: packages/b2c-tooling-sdk/src/operations/code/download.ts:23

Seconds elapsed since the current phase started


phase

phase: "cleanup" | "zipping" | "downloading" | "extracting"

Defined in: packages/b2c-tooling-sdk/src/operations/code/download.ts:21

Current operation phase

Released under the Apache-2.0 License.