JobQueryOptions.JobStatus Property

Definition

The job status to query.

public Microsoft.Azure.Devices.JobStatus? JobStatus { get; set; }
member this.JobStatus : Nullable<Microsoft.Azure.Devices.JobStatus> with get, set
Public Property JobStatus As Nullable(Of JobStatus)

Property Value

Remarks

If null, jobs of all states will be returned.

Applies to