CoverCalibratorHaltCover Method |
Namespace: ASCOM.DriverAccess
| 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. The device did not successfully complete the request. |
This must stop any cover movement quickly and set a CoverState of Open, Closed or Unknown as appropriate.
If cover movement cannot be interrupted, a MethodNotImplementedException must be thrown.