Gst.ProgressType

The type of a Gst.MessageType.progress. The progress messages inform the application of the status of assynchronous tasks.

ProgressType.START

A new task started.

ProgressType.CONTINUE

A task completed and a new one continues.

ProgressType.COMPLETE

A task completed.

ProgressType.CANCELED

A task was canceled.

ProgressType.ERROR

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