Global environment which is used by jasyscript.py files
This module is used to pass a single session instance around to different modules
Tasks are basically functions with some managment code allow them to run in jasyscript.py
Executes the given task by name with any optional named arguments
Executes the given task of the given projects.
This happens inside a new sandboxed session during which the current session is paused/resumed automatically.
Prints out a list of all avaible tasks and their descriptions
Sets the jasy command which should be used to execute tasks with runTask()
Glue code used in jasyscript.py to have a convenient API on top of the full Jasy API.