Task Statuses

Below are the possible values reported by the Honeywell task queue.

Value

Description

Created

Has just been created. Client should continue with polling if still interested in the state of the task.

Running

Is currently running. Client should continue with polling if still interested in the state of the task.

Repeated

Is currently running - some of previous runs ended with failure and task is now being executed again - so it was repeated. Client should continue with polling if still interested in the state of the task.

Succeeded

Task finished successfully - polling can be stopped. Data was transferred to the device and device confirmed the successful end of communication.

Failed

Task finished with failure and won't be repeated - polling can be stopped. Data was not transferred to the stat or device didn't confirm the successful end of communication.