MCPcopy Create free account
hub / github.com/nodejs/node / asyncTaskFinished

Method asyncTaskFinished

typings/internalBinding/inspector.d.ts:28–28  ·  view source on GitHub ↗
(taskId: number)

Source from the content-addressed store, hash-verified

26 asyncTaskCanceled(taskId: number): void;
27 asyncTaskStarted(taskId: number): void;
28 asyncTaskFinished(taskId: number): void;
29 registerAsyncHook(enable: () => void, disable: () => void): void;
30 isEnabled(): boolean;
31 emitProtocolEvent(eventName: string, params: object): void;

Callers 1

afterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected