.. role:: ts-api-decorator

############
ProgressData
############

.. js:module:: cee.cug
   :noindex:

.. container:: ts-api-section

   .. js:class:: ProgressData

      Interface describing progress data. Used in ``ProgressHandler``



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-interface

   * :js:attr:`~cee.cug.ProgressData.debugMessage`
   * :js:attr:`~cee.cug.ProgressData.pctDone`





------------

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: ProgressData.debugMessage

      :type: string

      Message useful for debugging.



.. container:: ts-api-section

   .. js:attribute:: ProgressData.pctDone

      :type: number

      The completion percentage of current streaming operation (0..100)



