IRotatorV2Halt Method
Immediately stop any Rotator motion due to a previous Move or MoveAbsolute method call.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
void Halt()
Exceptions
ExceptionCondition
MethodNotImplementedExceptionThrow a MethodNotImplementedException if the rotator cannot halt.
Remarks
This is an optional method. Raises an error if not supported.
See Also