CameraPercentCompleted Property |
Namespace: ASCOM.DriverAccess
Exception | Condition |
---|---|
PropertyNotImplementedException | Must throw an exception if PercentCompleted is not supported |
InvalidOperationException | Thrown when it is inappropriate to call PercentCompleted |
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. |
At the discretion of the driver author, PercentCompleted may optionally be valid when CameraState is in any or all of the following states: cameraExposing, cameraWaiting, cameraReading or cameraDownload. In all other states an exception shall be thrown.
Typically the application user interface will show a progress bar based on the PercentCompleted value.
Please note that client applications are not required to use this value, and in some cases may display status information based on other information, such as time elapsed.
This is only available for the Camera Interface Version 2