Manager controlling actions
Clean the list of running actions
Check whether actions are currently running
@returns: Whether actions are runnin
@rtype: bool
Start a new action
@param description: Description of the action
@type description: string
@param errormessage: Error message displayed to the user when the action
fails
@type errormessage: string
@param resolutionmessage: Resolution message displayed to the user when
the action fails
@type resolutionmessage: string
Enable j.console output. Format such that it is nicely shown between action start/stop.
Stop the currently running action
This will get the latest started action from the action stack and
display a result message.
@param failed: Whether the action failed
@type failed: bool
Disable j.console output. Format such that it is nicely shown between action start/stop.