Severity of a startup error (Windows only).
Source position: daemonapp.pp line 157
type TErrorSeverity = ( |
||
esIgnore, |
|
Ignore startup errors. |
esNormal, |
|
Error is logged, but startup continues. |
esSevere, |
|
Error is logged, and startup is continued if last known good configuration is active, or system is restarted using last known good configuration. |
esCritical |
|
Error is logged, and startup is stopped if last known good configuration is active, or system is restarted using last known good configuration. |
); |
TErrorSeverity determines what action windows takes when the daemon fails to start. It is used on windows only, and is ignored on other platforms.