---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/code](../index.md) / UploadProgressInfo

# Interface: UploadProgressInfo

Defined in: [packages/b2c-tooling-sdk/src/operations/code/deploy.ts:22](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/code/deploy.ts#L22)

Progress info passed to the upload onProgress callback.

## Properties

### elapsedSeconds

> **elapsedSeconds**: `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/code/deploy.ts:26](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/code/deploy.ts#L26)

Seconds elapsed since the current phase started

***

### phase

> **phase**: `"archiving"` \| `"uploading"` \| `"unzipping"` \| `"cleanup"`

Defined in: [packages/b2c-tooling-sdk/src/operations/code/deploy.ts:24](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/code/deploy.ts#L24)

Current operation phase
