ManagedActionHistoryItem class

The record of a completed or failed managed action.

Constructors

ManagedActionHistoryItem({String? actionDescription, String? actionId, ActionType? actionType, DateTime? executedTime, String? failureDescription, FailureType? failureType, DateTime? finishedTime, ActionHistoryStatus? status})
ManagedActionHistoryItem.fromXml(XmlElement elem)
factory

Properties

actionDescription String?
A description of the managed action.
final
actionId String?
A unique identifier for the managed action.
final
actionType ActionType?
The type of the managed action.
final
executedTime DateTime?
The date and time that the action started executing.
final
failureDescription String?
If the action failed, a description of the failure.
final
failureType FailureType?
If the action failed, the type of failure.
final
finishedTime DateTime?
The date and time that the action finished executing.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ActionHistoryStatus?
The status of the action.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited