This command is the equivalent of clearing a nodes action list and ending the current action.
#Add some actions to the node
node.addAction(vizact.fadeTo(0,time=2))
node.addAction(vizact.moveTo([0,0,3],speed=4))
.
.
.
#Stop the above actions from running
node.clearActions()