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