JobProgressSummary class

Describes the total number of tasks that the specified job has started, the number of tasks that succeeded, and the number of tasks that failed.

Constructors

JobProgressSummary({int? numberOfTasksFailed, int? numberOfTasksSucceeded, int? totalNumberOfTasks})
JobProgressSummary.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
numberOfTasksFailed int?
final
numberOfTasksSucceeded int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalNumberOfTasks int?
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