ActionStatus interface
Model that represents the an action and its status.
Properties
| action |
The id of the action status. |
| action |
The name of the action status. |
| end |
String that represents the end time of the action. |
| start |
String that represents the start time of the action. |
| status | The status of the action. |
| targets | The array of targets. |
Property Details
actionId
The id of the action status.
actionId?: string
Property Value
string
actionName
The name of the action status.
actionName?: string
Property Value
string
endTime
String that represents the end time of the action.
endTime?: Date
Property Value
Date
startTime
String that represents the start time of the action.
startTime?: Date
Property Value
Date
status
The status of the action.
status?: string
Property Value
string
targets
The array of targets.
targets?: ExperimentExecutionActionTargetDetailsProperties[]