this.label = function()

in api-docs/0.6/lib/scheduler.js [10:13]


    this.label = function(name, priority) {
        this.name = name;
        this.priority = priority;
    }