ActionStatus interface
Model that represents the an action and its status.
Properties
action |
The id of the action status. NOTE: This property will not be serialized. It can only be populated by the server. |
action |
The name of the action status. NOTE: This property will not be serialized. It can only be populated by the server. |
end |
String that represents the end time of the action. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
String that represents the start time of the action. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the action. NOTE: This property will not be serialized. It can only be populated by the server. |
targets | The array of targets. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
actionId
The id of the action status. NOTE: This property will not be serialized. It can only be populated by the server.
actionId?: string
Property Value
string
actionName
The name of the action status. NOTE: This property will not be serialized. It can only be populated by the server.
actionName?: string
Property Value
string
endTime
String that represents the end time of the action. NOTE: This property will not be serialized. It can only be populated by the server.
endTime?: Date
Property Value
Date
startTime
String that represents the start time of the action. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
status
The status of the action. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
targets
The array of targets. NOTE: This property will not be serialized. It can only be populated by the server.
targets?: ExperimentExecutionActionTargetDetailsProperties[]