Aller au contenu
Français

ShutdownTask

Ce contenu n’est pas encore disponible dans votre langue.

ShutdownTask = (reason) => Promise<void> | void

Defined in: src/CoordinatedShutdown.ts:38

A single task. Returning a Promise makes the task async.

Reason

Promise<void> | void