IFocuserV2Halt Method |
Namespace: ASCOM.DeviceInterface
Exception | Condition |
---|---|
MethodNotImplementedException | Focuser does not support this method. |
NotConnectedException | If the driver is not connected. |
DriverException | Must throw an exception if the call was not successful |
Can throw a not implemented exception
Some focusers may not support this function, in which case an exception will be raised.Recommendation: Host software should call this method upon initialization and, if it fails, disable the Halt button in the user interface.