:right-sidebar: True PromiseResult =================================================================== .. currentmodule:: gi.repository.Gst .. versionadded:: 1.14 .. class:: PromiseResult :no-contents-entry: The result of a :obj:`~gi.repository.Gst.Promise` Fields ------ .. rst-class:: interim-class .. class:: PromiseResult :no-index: .. attribute:: EXPIRED The promise expired (the carrying object lost all refs) and the promise will never be fulfilled. .. attribute:: INTERRUPTED Interrupted by the consumer as it doesn't want the value anymore. .. attribute:: PENDING Initial state. Waiting for transition to any other state. .. attribute:: REPLIED A producer marked a reply