MaintenanceState interface
state of the maintenance
Properties
| ended |
Time when current state ended |
| message | Failure/Success info |
| name | Customer presentable maintenance state |
| started |
Time when current state started |
Property Details
endedAt
Time when current state ended
endedAt?: Date
Property Value
Date
message
Failure/Success info
message?: string
Property Value
string
name
Customer presentable maintenance state
name?: string
Property Value
string
startedAt
Time when current state started
startedAt?: Date
Property Value
Date