JobQueryOptions.JobStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.