跳转到内容

SubsystemStatus

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

Defined in: subsystems.ts:50

A subsystem’s current status, with liveness derived at read time.

readonly activity: SubsystemActivity

Defined in: subsystems.ts:54


readonly dependsOn: readonly string[]

Defined in: subsystems.ts:60

Plugin names this subsystem declared a dependency on (cascade context).


readonly optional detail?: string

Defined in: subsystems.ts:56

Latest phase detail (e.g. an error message).


readonly displayName: string

Defined in: subsystems.ts:52


readonly id: string

Defined in: subsystems.ts:51


readonly optional lastError?: string

Defined in: subsystems.ts:58

The last error reason, retained even after later transitions.


readonly phase: SubsystemPhase

Defined in: subsystems.ts:53


readonly phaseAgeMs: number

Defined in: subsystems.ts:62

How long the current phase has been held, in ms.