:right-sidebar: True ProgressType =================================================================== .. currentmodule:: gi.repository.Gst .. class:: ProgressType :no-contents-entry: The type of a :const:`~gi.repository.Gst.MessageType.PROGRESS`. The progress messages inform the application of the status of asynchronous tasks. Fields ------ .. rst-class:: interim-class .. class:: ProgressType :no-index: .. attribute:: CANCELED A task was canceled. .. attribute:: COMPLETE A task completed. .. attribute:: CONTINUE A task completed and a new one continues. .. attribute:: ERROR A task caused an error. An error message is also posted on the bus. .. attribute:: START A new task started.