ICameraV2AbortExposure Method |
Aborts the current exposure, if any, and returns the camera to Idle state.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax Exceptions Exception | Condition |
---|
NotConnectedException | Thrown if the driver is not connected. |
InvalidOperationException | Thrown if abort is not currently possible (e.g. during download). |
DriverException | Thrown if a communications error occurs, or if the abort fails. |
Remarks Must be implemented, must not throw a MethodNotImplementedException.
NOTES:
- Must throw exception if camera is not idle and abort is unsuccessful (or not possible, e.g. during download).
- Must throw exception if hardware or communications error occurs.
- Must NOT throw an exception if the camera is already idle.
See Also