AWS IoT Device SDK C:
Jobs
AWS IoT Jobs library
|
Return to main page ↑ |
Get detailed information about a job execution with a timeout for receiving the response.
This function queues a Jobs DESCRIBE, then waits for the result. Internally, this function is a call to AwsIotJobs_DescribeAsync followed by AwsIotJobs_Wait. See AwsIotJobs_DescribeAsync for more information on the Jobs DESCRIBE command.
[in] | pRequestInfo | Jobs request parameters. |
[in] | executionNumber | The execution number to describe. Optional; pass AWS_IOT_JOBS_NO_EXECUTION_NUMBER to ignore. |
[in] | includeJobDocument | Whether the response should include the full Job document. |
[in] | flags | Flags which modify the behavior of the Jobs request. See Jobs Function Flags. |
[in] | timeoutMs | If a response is not received within this timeout, this function returns AWS_IOT_JOBS_TIMEOUT. |
[out] | pJobsResponse | The response received from the Jobs service. |