| IFocuserV2IsMoving Property | 
 True if the focuser is currently moving to a new position. False if the focuser is stationary.
 
 
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
 Syntax
SyntaxReadOnly Property IsMoving As Boolean
	Get
property bool IsMoving {
	bool get ();
}Property Value
Type: 
Boolean Exceptions
Exceptions| Exception | Condition | 
|---|
| NotConnectedException | If the driver is not connected. | 
| DriverException | Must throw an exception if the call was not successful | 
 Remarks
Remarks See Also
See Also