Static Public Attributes | List of all members
AcquisitionState Class Reference

Specifies current status of the acquisition engine. More...

Inherits object.

Static Public Attributes

int AbortingStop = 2
 The engine is aborting an ongoing stop. More...
 
int Started = 0
 The engine is started. More...
 
int Stopped = 3
 The engine is stopped. More...
 
int Stopping = 1
 The engine is in the process of stopping. More...
 

Detailed Description

Specifies current status of the acquisition engine.

Member Data Documentation

◆ AbortingStop

int AbortingStop = 2
static

The engine is aborting an ongoing stop.

◆ Started

int Started = 0
static

The engine is started.

◆ Stopped

int Stopped = 3
static

The engine is stopped.

◆ Stopping

int Stopping = 1
static

The engine is in the process of stopping.