Task Engine

/.module.json (309 B)

 1
2
3
4
5
6
7
8
9
10
{
"name": "Task Engine",
"icon": "task",
"description": "Provides an engine for executing and monitoring tasks",
"authorName": "Kyle U",
"authorEmail": "kyle@kyleu.com",
"license": "CC0",
"sourcecode": "https://github.com/kyleu/projectforge/tree/master/module/task",
"requires": ["process"]
}