Table of contents

Enumeration CaptureState

CaptureState describes the state of data capturing.

class EnumCaptureState(IntEnum):
    #The data capturing is started.
    CS_STARTED
    #The data capturing is stopped.
    CS_STOPPED
    #The data capturing is paused.
    CS_PAUSED
    #The data capturing is resumed.
    CS_RESUMED

Is this page helpful?

YesYes NoNo