included ora and introduced taskspace.

This commit is contained in:
2016-05-14 04:28:22 +02:00
parent 9014eec9f6
commit 1f3f2ae92f
17 changed files with 29 additions and 25 deletions

View File

@ -4,6 +4,7 @@ import * as helpers from "./taskbuffer.classes.helpers"
export class Task {
name:string;
task:any;
running:boolean;
idle:boolean;