HideErrors property
- Last UpdatedJul 19, 2024
- 1 minute read
The HideErrors property is a read-write Boolean property that gets or sets the Hide Errors option.
-
TRUE - Run-time errors, warnings, and status messages are written to the ArchestrA Logger. No pop-ups appear
-
FALSE - Run-time errors, warnings, and status messages pop-up and are also written to the ArchestrA Logger
Syntax
result = AlarmClient.HideErrors;
AlarmClient.HideErrors = SilentMode;
Remarks
For more information, see Hide errors, warnings, and status messages.