AWS IoT Device SDK C:
Jobs
AWS IoT Jobs library
|
Return to main page ↑ |
Update the status of a job execution and receive an asynchronous notification when the Job update completes.
This function implements the UpdateJobExecution command of the Jobs API, which updates the status of a Job execution.
[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] | pUpdateOperation | 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