.. role:: ts-api-decorator

.. _cee.ug.StreamingStatus:

###############
StreamingStatus
###############

.. js:module:: cee.ug
   :noindex:

.. container:: ts-api-section

   Status of the server communication



.. container:: api-index-section

   .. rubric:: Enumeration Members

   .. rst-class:: api-index-list-item api-kind-enummember api-parent-kind-enum

   * :ref:`cee.ug.StreamingStatus.DATA_STREAMING_COMPLETE`
   * :ref:`cee.ug.StreamingStatus.DATA_STREAMING_NOT_STARTED`
   * :ref:`cee.ug.StreamingStatus.STREAMING_DATA`





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

Enumeration Members
===================

.. rst-class:: ts-api-section

.. _cee.ug.StreamingStatus.DATA_STREAMING_COMPLETE:

DATA_STREAMING_COMPLETE
-----------------------

The client is up-to-date, no data needed from the server

.. rst-class:: ts-api-section

.. _cee.ug.StreamingStatus.DATA_STREAMING_NOT_STARTED:

DATA_STREAMING_NOT_STARTED
--------------------------

The client model is non-existing or out-of-date, and needs data streamed from the server

.. rst-class:: ts-api-section

.. _cee.ug.StreamingStatus.STREAMING_DATA:

STREAMING_DATA
--------------

The client is receiving 3d data from the server

