Optional

Telescope.AbortSlew() Method

Stops a slew in progress.

Syntax

Telescope.AbortSlew()

The method syntax has these parts:

Part Description
Return (Nothing) Does not return a value.

Remarks

Effective only after a call to SlewToTargetAsync(), SlewToCoordinatesAsync(), SlewToAltAzAsync(), or MoveAxis(). Does nothing if no slew/motion is in progress. Tracking is returned to its pre-slew state.

Raises an error if AtPark is true.