Click or drag to resize

EngineState Enumeration

IT Hit User File System
Indicates if the Engine is running, stopping or in stopped state.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
public enum EngineState
Members
  Member nameValueDescription
Starting0 The Engine is starting.
Running1 The Engine is listening to OS file system calls and processes requrests
Stopping2 The Engine is stopping.
Stopped3 The Engine is stopped.
See Also