Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / operations/mrt / TailMrtLogsResult

Interface: TailMrtLogsResult

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:73

Result from starting a log tail session.

Properties

done

done: Promise<void>

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:77

Resolves when the WebSocket connection is closed.


stop()

stop: () => void

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:75

Call to stop tailing and close the WebSocket.

Returns

void

Released under the Apache-2.0 License.