VariableDatabase.LogState Enumeration
This enumeration identifies the status of a log command.
Namespace:
IntervalZero.MaxRT.Libraries.VariableDatabase
Assembly:
IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public enum LogState
Members
|
Name |
Value | Description |
|---|---|---|
|
Stopped |
0 |
The log is not running. |
|
StartRequested |
1 |
A log request has been sent, but it has not been processed by the engine yet. |
|
WaitingForTrigger |
2 |
The log is defined and waiting for the trigger. |
|
Logging |
3 |
The log is recording values every cycle. |
|
StopRequested |
4 |
A stop request has been sent, but it has not been processed by the engine yet. |
See Also: