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

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

# Interface: JobStepExecutionResult

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:45](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L45)

## Properties

### duration?

> `optional` **duration**: `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:50](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L50)

***

### executionStatus?

> `optional` **executionStatus**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:48](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L48)

***

### exitStatus?

> `optional` **exitStatus**: `object`

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:49](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L49)

#### code

> **code**: `string`

#### message?

> `optional` **message**: `string`

#### status?

> `optional` **status**: `"error"` \| `"ok"`

***

### id?

> `optional` **id**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:46](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L46)

***

### stepId?

> `optional` **stepId**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:47](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L47)
