AWS IoT Device SDK C:
Jobs
AWS IoT Jobs library
|
Return to main page ↑ |
Start the next pending job execution for a Thing with a timeout for receiving the response.
This function queues a Jobs START NEXT, then waits for the result. Internally, this function is a call to AwsIotJobs_StartNextAsync followed by AwsIotJobs_Wait. See AwsIotJobs_StartNextAsync for more information on the Jobs START NEXT command.
[in] | pRequestInfo | Jobs request parameters. |
[in] | pUpdateInfo | Jobs update parameters. |
[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. |