Share via


IotHubJobInfo Class

Definition

The properties of the Job Response object.

public class IotHubJobInfo
type IotHubJobInfo = class
Public Class IotHubJobInfo
Inheritance
IotHubJobInfo

Properties

EndOn

The time the job stopped processing.

FailureReason

If status == failed, this string containing the reason for the failure.

JobId

The job identifier.

JobType

The type of the job.

ParentJobId

The job identifier of the parent job, if any.

StartOn

The start time of the job.

Status

The status of the job.

StatusMessage

The status message for the job.

Applies to