This command will clear all the actions from the waiting list of the specified pool. It will NOT stop a currently running action.
#Add fade action
node.addAction(vizact.fadeTo(0,time=3))
#Add size action
node.addAction(vizact.sizeTo([2,2,2],speed=1))
#Clear above actions from list
node.clearActionList()