IDomeV2Slewing Property
True if any part of the dome is currently moving, False if all dome components are steady.

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

Property Value

Type: Boolean
Remarks

Slewing must be implemented and must not throw a PropertyNotImplementedException.

Raises an error if Slaved is True, if not supported, if a communications failure occurs, or if the dome can not reach indicated azimuth.
See Also