IRotatorV2IsMoving Property |
Indicates whether the rotator is currently moving
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
SyntaxReadOnly Property IsMoving As Boolean
Get
property bool IsMoving {
bool get ();
}
Return Value
Type:
BooleanTrue if the Rotator is moving to a new position. False if the Rotator is stationary.
ExceptionsException | Condition |
---|
PropertyNotImplementedException | If the property is not implemented. |
RemarksRotation 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