AWS IoT Device SDK C:
Jobs
AWS IoT Jobs library
|
Return to main page ↑ |
Start the next pending job execution for a Thing and receive an asynchronous notification when the response arrives.
This function implements the StartNextPendingJobExecution command of the Jobs API, which gets and starts the next pending job execution for a Thing.
[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] | pCallbackInfo | Asynchronous notification of this function's completion. |
[out] | pStartNextOperation | Set to a handle by which this operation may be referenced after this function returns. This reference is invalidated once the Jobs operation completes. |
Example