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.3.27213.0
Syntax Public Enumeration EngineState
public enum class EngineState
Members
| Member name | Value | Description |
---|
| Starting | 0 |
The Engine is starting.
|
| Running | 1 |
The Engine is listening to OS file system calls and processes requrests
|
| Stopping | 2 |
The Engine is stopping.
|
| Stopped | 3 |
The Engine is stopped.
|
See Also