TROProbingOption
Overview
Specifies how server will be handled during probing.
Location
- Unit: uROServerLocator.pas
Value | Description |
---|---|
poDisableIfProbeFailed | Disable this server if probing failed |
poEnableIfProbeSucceeded | (Re-)enable the server if it was successfully probed. Activating this option is the only way a once-disabled server will ever be automatically re-enabled. |
poProbeWhenDisabled | Include this server in probing, if it's currently disabled. Activating this option is the only way a once-disabled server will ever be automatically re-enabled. |
poProbeWhenEnabled | Include this server in probing, if it's already enabled. |