Documentation

waitAsync()

Waits for all pending tasks to complete.

waitAsync(timeout?: number): Promise<void>;

Parameters

Related