CameraCanStopExposure Property |
Returns a flag indicating whether this camera can stop an exposure that is in progress
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic bool CanStopExposure { get; }Public ReadOnly Property CanStopExposure As Boolean
Get
public:
virtual property bool CanStopExposure {
bool get () sealed;
}Property Value
Booleantrue if the camera can stop the exposure; otherwise,
false.
Implements
ICameraV3CanStopExposure
Exceptions| Exception | Condition |
|---|
| 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. |
Remarks
Some cameras support
StopExposure, which allows the exposure to be terminated
before the exposure timer completes, but will still read out the image. Returns
True if
StopExposure is available, False if not.
See Also