StreamStatusType#

class StreamStatusType#

The type of a STREAM_STATUS. The stream status messages inform the application of new streaming threads and their status.

Fields#

class StreamStatusType
CREATE#

A new thread need to be created.

DESTROY#

A thread is destroyed

ENTER#

A thread entered its loop function

LEAVE#

A thread left its loop function

PAUSE#

A thread is paused

START#

A thread is started

STOP#

A thread is stopped