ISafetyMonitorIsSafe Property
Indicates whether the monitored state is safe for use.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
bool IsSafe { get; }

Property Value

Type: Boolean
True if the state is safe, False if it is unsafe.
Remarks

Must be implemented and must not throw a PropertyNotImplementedException.

See Also