IFocuserV2IsMoving Property
True if the focuser is currently moving to a new position. False if the focuser is stationary.

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

Property Value

Type: Boolean
Exceptions
ExceptionCondition
NotConnectedExceptionIf the driver is not connected.
DriverExceptionMust throw an exception if the call was not successful
Remarks

Must be implemented

See Also