method DiagnosticsCollector.prototype.operationComplete
DiagnosticsCollector.prototype.operationComplete(
eventId: string,
output?: Record<string, unknown>,
): void

Records successful completion of an operation

Parameters

eventId: string
optional
output: Record<string, unknown>

Return Type

void

Usage

import { DiagnosticsCollector } from ".";