TWatchStatus Enumeration
Indicates the current evaluation status of a scripter watch.
Remarks
wsNotEvaluated: the watch has not been evaluated yet.
wsEvaluated: the watch was evaluated and its result is available in the LastResult property.
wsCompileError: the watch expression caused a compile error during evaluation.
wsRuntimeError: the watch expression caused a runtime error during evaluation.
wsProcessNotAvailable: the script is not running, so the watch cannot be evaluated.
See also TatScripterWatch.WatchStatus.
Syntax
Unit: atScript
Members
| Name | Value | Description |
|---|---|---|
| wsNotEvaluated | 0 | |
| wsEvaluated | 1 | |
| wsCompileError | 2 | |
| wsRuntimeError | 3 | |
| wsProcessNotAvailable | 4 |