Click or drag to resize

CommonTasksStopMoving Method

Executes a MoveStop command if moving and waits for movement to stop

Namespace:  ff14bot.Behavior
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Task<bool> StopMoving(
	string reason = null
)

Parameters

reason (Optional)
Type: SystemString
The reason.

Return Value

Type: TaskBoolean
true if any action was taken; false otherwise.
See Also