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 public static Task<bool> StopMoving(
string reason = null
)
Parameters
- reason (Optional)
- Type: SystemString
The reason.
Return Value
Type:
TaskBooleantrue if any action was taken;
false otherwise.
See Also