ICameraV3CanAbortExposure Property |
Returns true if the camera can abort exposures; false if not.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxbool CanAbortExposure { get; }ReadOnly Property CanAbortExposure As Boolean
Get
property bool CanAbortExposure {
bool get ();
}Property Value
Booleantrue if this instance can abort exposure; otherwise,
false.
Exceptions| Exception | Condition |
|---|
| NotConnectedException | Thrown 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. |
RemarksMust be implemented, must not throw a PropertyNotImplementedException.
See Also