IRotatorV2IsMoving Property
Indicates whether the rotator is currently moving

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

Return Value

Type: Boolean
True if the Rotator is moving to a new position. False if the Rotator is stationary.
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionIf the property is not implemented.
Remarks
Rotation is asynchronous, that is, when the Move method is called, it starts the rotation, then returns immediately. During rotation, IsMoving must be True, else it must be False.
See Also