Aller au contenu
Français

PhaseDefinition

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

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