AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains data about the state of a job execution.

Inheritance Hierarchy

System.Object
  Amazon.IoTJobsDataPlane.Model.JobExecutionState

Namespace: Amazon.IoTJobsDataPlane.Model
Assembly: AWSSDK.IoTJobsDataPlane.dll
Version: 3.x.y.z

Syntax

C#
public class JobExecutionState

The JobExecutionState type exposes the following members

Constructors

NameDescription
Public Method JobExecutionState()

Properties

NameTypeDescription
Public Property Status Amazon.IoTJobsDataPlane.JobExecutionStatus

Gets and sets the property Status.

The status of the job execution. Can be one of: "QUEUED", "IN_PROGRESS", "FAILED", "SUCCESS", "CANCELED", "REJECTED", or "REMOVED".

Public Property StatusDetails System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property StatusDetails.

A collection of name/value pairs that describe the status of the job execution.

Public Property VersionNumber System.Int64

Gets and sets the property VersionNumber.

The version of the job execution. Job execution versions are incremented each time they are updated by a device.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5