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

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

# Interface: TailMrtLogsResult

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:74](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts#L74)

Result from starting a log tail session.

## Properties

### done

> **done**: `Promise`\<`void`\>

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:78](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts#L78)

Resolves when the WebSocket connection is closed.

***

### stop()

> **stop**: () => `void`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:76](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts#L76)

Call to stop tailing and close the WebSocket.

#### Returns

`void`
