isMoving()
Description
Whether the machine is moving.
Syntax
machine.isMoving();
Parameters
machine
: Machine
object.
No parameters.
Return
bool
:
true: The machine is moving.
false: The machine is not moving. Or the setting is wrong, which means the machine does not exist or the setting is made after the machine is started.
Please make sure the machine exists and make sure to set it before starting the machine.
See also
isDirectionReversed()
isValid()
Library Reference
The text of the 86Duino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.