JobExecutionSummary class

The job execution summary.

Constructors

JobExecutionSummary({int? executionNumber, DateTime? lastUpdatedAt, DateTime? queuedAt, DateTime? startedAt, JobExecutionStatus? status})
JobExecutionSummary.fromJson(Map<String, dynamic> json)
factory

Properties

executionNumber int?
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device. It can be used later in commands which return or update job execution information.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedAt DateTime?
The time, in seconds since the epoch, when the job execution was last updated.
final
queuedAt DateTime?
The time, in seconds since the epoch, when the job execution was queued.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startedAt DateTime?
The time, in seconds since the epoch, when the job execution started.
final
status JobExecutionStatus?
The status of the job execution.
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