IDomeV2AbortSlew Method
Immediately cancel current dome operation.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
void AbortSlew()
Remarks

Must be implemented, must not throw a MethodNotImplementedException.

Calling this method will immediately disable hardware slewing (Slaved will become False). Raises an error if a communications failure occurs, or if the command is known to have failed.
See Also