@salesforce/b2c-tooling-sdk / operations/code / DownloadProgressInfo
Interface: DownloadProgressInfo
Defined in: packages/b2c-tooling-sdk/src/operations/code/download.ts:18
Progress info passed to the onProgress callback.
Properties
elapsedSeconds
elapsedSeconds:
number
Defined in: packages/b2c-tooling-sdk/src/operations/code/download.ts:22
Seconds elapsed since the current phase started
phase
phase:
"cleanup"|"zipping"|"downloading"|"extracting"
Defined in: packages/b2c-tooling-sdk/src/operations/code/download.ts:20
Current operation phase