AWS IoT Device SDK C: Jobs
AWS IoT Jobs library
Return to main page ↑
Related Pages
Here is a list of all related documentation pages:
[detail level 12]
 DesignArchitecture behind the Jobs library
 DemoDemonstrates the usage of the Jobs library
 TestsTests written for the Jobs library
 Test ConfigurationConfiguration settings of the Jobs system tests
 ConfigurationConfiguration settings of the Jobs library
 FunctionsFunctions of the Jobs library
 AwsIotJobs_InitOne-time initialization function for the Jobs library.
 AwsIotJobs_CleanupOne-time deinitialization function for the Jobs library.
 AwsIotJobs_GetPendingAsyncGet the list of all pending jobs for a Thing and receive an asynchronous notification when the response arrives.
 AwsIotJobs_GetPendingSyncGet the list of all pending jobs for a Thing with a timeout for receiving the response.
 AwsIotJobs_StartNextAsyncStart the next pending job execution for a Thing and receive an asynchronous notification when the response arrives.
 AwsIotJobs_StartNextSyncStart the next pending job execution for a Thing with a timeout for receiving the response.
 AwsIotJobs_DescribeAsyncGet detailed information about a job execution and receive an asynchronous notification when the response arrives.
 AwsIotJobs_DescribeSyncGet detailed information about a job execution with a timeout for receiving the response.
 AwsIotJobs_UpdateAsyncUpdate the status of a job execution and receive an asynchronous notification when the Job update completes.
 AwsIotJobs_UpdateSyncUpdate the status of a job execution with a timeout for receiving the response.
 AwsIotJobs_WaitWait for a Jobs operation to complete.
 AwsIotJobs_SetNotifyPendingCallbackSet a callback to be invoked when the list of pending Jobs changes.
 AwsIotJobs_SetNotifyNextCallbackSet a callback to be invoked when the next pending Job changes.
 AwsIotJobs_RemovePersistentSubscriptionsRemove persistent Jobs operation topic subscriptions.
 AwsIotJobs_strerrorReturns a string that describes an AwsIotJobsError_t.
 AwsIotJobs_StateNameReturns a string that describes an AwsIotJobState_t.
 ConstantsDefined constants of the Jobs library