跳转到内容
简体中文

ShutdownTask

此内容尚不支持你的语言。

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