Skip to content
View as Markdown
View as Markdown

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

Interface: UploadProgressInfo

Defined in: packages/b2c-tooling-sdk/src/operations/code/deploy.ts:20

Progress info passed to the upload onProgress callback.

Properties

elapsedSeconds

elapsedSeconds: number

Defined in: packages/b2c-tooling-sdk/src/operations/code/deploy.ts:24

Seconds elapsed since the current phase started


phase

phase: "archiving" | "uploading" | "unzipping" | "cleanup"

Defined in: packages/b2c-tooling-sdk/src/operations/code/deploy.ts:22

Current operation phase

Released under the Apache-2.0 License.