ProgressType#

class ProgressType#

The type of a PROGRESS. The progress messages inform the application of the status of asynchronous tasks.

Fields#

class ProgressType
CANCELED#

A task was canceled.

COMPLETE#

A task completed.

CONTINUE#

A task completed and a new one continues.

ERROR#

A task caused an error. An error message is also posted on the bus.

START#

A new task started.