ICameraV2CanStopExposure Property
Returns a flag indicating whether this camera can stop an exposure that is in progress

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
bool CanStopExposure { get; }

Property Value

Type: Boolean
true if the camera can stop the exposure; otherwise, false.
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionnot supported
NotConnectedExceptionan error condition such as connection failure is present
Remarks

Must be implemented, must not throw a PropertyNotImplementedException.

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