Table of contents

Enumeration CaptureState

CaptureState describes the state of data capturing.

  • JavaScript
enum EnumCaptureState
{
   /** The data capturing is started. */
   CS_STARTED = 0,
   /** The data capturing is stopped. */
   CS_STOPPED = 1
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: