This command is the equivalent of calling clearActions followed by addAction. It will clear all the actions on the pool before adding the action to the waiting list. This ensures that the action will begin immediately.
#Add an action
node.addAction(vizact.sizeTo([2,2,2],speed=1))
.
.
.
#Clear all the actions and run this one
node.runAction(vizact.spin(0,1,0,90))