jog_stop()
Stops the current jog movement.
Syntax
jog_stop
(
)
Parameters
Parameter
Type
Description
None
Return Value
`0` if the jog movement was successfully stopped.
`None` if an error occurs.
Examples
Stop jogging movement
jog_stop
(
)
;
See also
jog
jog_axis
jog_stop