ICoverCalibratorV1HaltCover Method |
Namespace: ASCOM.DeviceInterface
Exception | Condition |
---|---|
MethodNotImplementedException | When CoverState returns NotPresent or if cover movement cannot be interrupted. |
NotConnectedException | If the device is not connected. |
DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself. |
This must stop any cover movement as soon as possible and set a CoverState of Open, Closed or Unknown as appropriate.
If cover movement cannot be interrupted, a MethodNotImplementedException must be thrown.