Manager controlling actions
Clean the list of running actions
Check whether actions are currently running
@returns: Whether actions are runnin
@rtype: bool
@param id is unique id which allows finding back of action
@param description: Action description (what are we doing)
@param errorMessage: message to give when error
@param resolutionMessage: Action resolution message (how to resolve the action when error)
@param loglevel: Message level
@param action: python function to execute
@param actionRecover: python function to execute when error
@param actionArgs is dict with arguments
@param cmds is list of commands to execute on os
@param state : INIT,RUNNING,OK,ERROR