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 ReadOnly Property IsMoving As Boolean
Get
property bool IsMoving {
bool get ();
}
Property Value
Type:
BooleanExceptions Exception | Condition |
---|
NotConnectedException | If the driver is not connected. |
DriverException | Must throw an exception if the call was not successful |
Remarks See Also