SubsystemStatus
此内容尚不支持你的语言。
Defined in: subsystems.ts:50
A subsystem’s current status, with liveness derived at read time.
Properties
Section titled “Properties”activity
Section titled “activity”
readonlyactivity:SubsystemActivity
Defined in: subsystems.ts:54
dependsOn
Section titled “dependsOn”
readonlydependsOn: readonlystring[]
Defined in: subsystems.ts:60
Plugin names this subsystem declared a dependency on (cascade context).
detail?
Section titled “detail?”
readonlyoptionaldetail?:string
Defined in: subsystems.ts:56
Latest phase detail (e.g. an error message).
displayName
Section titled “displayName”
readonlydisplayName:string
Defined in: subsystems.ts:52
readonlyid:string
Defined in: subsystems.ts:51
lastError?
Section titled “lastError?”
readonlyoptionallastError?:string
Defined in: subsystems.ts:58
The last error reason, retained even after later transitions.
readonlyphase:SubsystemPhase
Defined in: subsystems.ts:53
phaseAgeMs
Section titled “phaseAgeMs”
readonlyphaseAgeMs:number
Defined in: subsystems.ts:62
How long the current phase has been held, in ms.