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.

The job process details.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.JobProcessDetails

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

Syntax

C#
public class JobProcessDetails

The JobProcessDetails type exposes the following members

Constructors

NameDescription
Public Method JobProcessDetails()

Properties

NameTypeDescription
Public Property NumberOfCanceledThings System.Int32

Gets and sets the property NumberOfCanceledThings.

The number of things that cancelled the job.

Public Property NumberOfFailedThings System.Int32

Gets and sets the property NumberOfFailedThings.

The number of things that failed executing the job.

Public Property NumberOfInProgressThings System.Int32

Gets and sets the property NumberOfInProgressThings.

The number of things currently executing the job.

Public Property NumberOfQueuedThings System.Int32

Gets and sets the property NumberOfQueuedThings.

The number of things that are awaiting execution of the job.

Public Property NumberOfRejectedThings System.Int32

Gets and sets the property NumberOfRejectedThings.

The number of things that rejected the job.

Public Property NumberOfRemovedThings System.Int32

Gets and sets the property NumberOfRemovedThings.

The number of things that are no longer scheduled to execute the job because they have been deleted or have been removed from the group that was a target of the job.

Public Property NumberOfSucceededThings System.Int32

Gets and sets the property NumberOfSucceededThings.

The number of things which successfully completed the job.

Public Property NumberOfTimedOutThings System.Int32

Gets and sets the property NumberOfTimedOutThings.

The number of things whose job execution status is TIMED_OUT.

Public Property ProcessingTargets System.Collections.Generic.List<System.String>

Gets and sets the property ProcessingTargets.

The target devices to which the job execution is being rolled out. This value will be null after the job execution has finished rolling out to all the target devices.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5