AWS IoT Device SDK C:
Task Pool
Task pool library
|
Return to main page ↑ |
This function retrieves the current status of a job.
[in] | taskPool | A handle to the task pool that must have been previously initialized with a call to IotTaskPool_Create or IotTaskPool_CreateSystemTaskPool. |
[in] | job | The job to cancel. |
[out] | pStatus | The status of the job at the time of cancellation. |
pStatus
may be invalid by the time the calling thread has a chance to inspect it.