AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <JobExecutionState.h>
Public Member Functions | |
JobExecutionState ()=default | |
JobExecutionState (const Crt::JsonView &doc) | |
JobExecutionState & | operator= (const Crt::JsonView &doc) |
void | SerializeToObject (Crt::JsonObject &doc) const |
Public Attributes | |
Aws::Crt::Optional< Aws::Iotjobs::JobStatus > | Status |
Aws::Crt::Optional< Aws::Crt::Map< Aws::Crt::String, Aws::Crt::String > > | StatusDetails |
Aws::Crt::Optional< int32_t > | VersionNumber |
Data about the state of a job execution.
|
default |
Aws::Iotjobs::JobExecutionState::JobExecutionState | ( | const Crt::JsonView & | doc | ) |
JobExecutionState & Aws::Iotjobs::JobExecutionState::operator= | ( | const Crt::JsonView & | doc | ) |
void Aws::Iotjobs::JobExecutionState::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
Aws::Crt::Optional<Aws::Iotjobs::JobStatus> Aws::Iotjobs::JobExecutionState::Status |
The status of the job execution. Can be one of: QUEUED, IN_PROGRESS, FAILED, SUCCEEDED, CANCELED, TIMED_OUT, REJECTED, or REMOVED.
Aws::Crt::Optional<Aws::Crt::Map<Aws::Crt::String, Aws::Crt::String> > Aws::Iotjobs::JobExecutionState::StatusDetails |
A collection of name-value pairs that describe the status of the job execution.
Aws::Crt::Optional<int32_t> Aws::Iotjobs::JobExecutionState::VersionNumber |
The version of the job execution. Job execution versions are incremented each time they are updated by a device.