| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.jobs |
| Modifier and Type | Method and Description |
|---|---|
JobStatus |
JobResult.getJobStatus()
Getter for the jobs status
|
static JobStatus |
JobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus[] |
JobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
JobClient.queryJobResponse(JobType jobType,
JobStatus jobStatus)
Query the iot hub for a jobs response.
|
Query |
JobClient.queryJobResponse(JobType jobType,
JobStatus jobStatus,
Integer pageSize)
Query the iot hub for a jobs response.
|
Copyright © 2017. All rights reserved.