UpdateGroupStatus interface
The status of a UpdateGroup.
Properties
| after |
The list of Gates that will run after this UpdateGroup. |
| before |
The list of Gates that will run before this UpdateGroup. |
| members | The list of member this UpdateGroup updates. |
| name | The name of the UpdateGroup. |
| status | The status of the UpdateGroup. |
Property Details
afterGates
The list of Gates that will run after this UpdateGroup.
afterGates?: UpdateRunGateStatus[]
Property Value
beforeGates
The list of Gates that will run before this UpdateGroup.
beforeGates?: UpdateRunGateStatus[]
Property Value
members
The list of member this UpdateGroup updates.
members?: MemberUpdateStatus[]
Property Value
name
The name of the UpdateGroup.
name?: string
Property Value
string