JobExecutionState class

Contains data about the state of a job execution.

Constructors

JobExecutionState({JobExecutionStatus? status, Map<String, String>? statusDetails, int? versionNumber})
JobExecutionState.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status JobExecutionStatus?
The status of the job execution. Can be one of: "QUEUED", "IN_PROGRESS", "FAILED", "SUCCESS", "CANCELED", "REJECTED", or "REMOVED".
final
statusDetails Map<String, String>?
A collection of name/value pairs that describe the status of the job execution.
final
versionNumber int?
The version of the job execution. Job execution versions are incremented each time they are updated by a device.
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