跳转到内容
简体中文

PhaseDefinition

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

Defined in: src/CoordinatedShutdown.ts:40

readonly dependsOn: readonly string[]

Defined in: src/CoordinatedShutdown.ts:44

Names of phases that must run before this one.


readonly name: string

Defined in: src/CoordinatedShutdown.ts:41


readonly recover: boolean

Defined in: src/CoordinatedShutdown.ts:46

If true, task failures halt the pipeline. Defaults to false.


readonly timeoutMs: number

Defined in: src/CoordinatedShutdown.ts:42