Task
Defined In: | tasks.js |
Class: | Task |
Extends: |
Property | Defined By | |
---|---|---|
deps : (Wiki Page)
Dependencies of this task.
If it has uncompleted deps, it does not run....
Dependencies of this task.
If it has uncompleted deps, it does not run.
|
Task Task | |
members : Object[] (Wiki Page)
A list of values upon which to perform the "process" function...
A list of values upon which to perform the "process" function
|
Task Task | |
process : Function (Wiki Page)
A function to process objects with...
A function to process objects with
|
Task Task | |
visible : (Wiki Page)
Whether this task's progress bar is visible by default....
Whether this task's progress bar is visible by default.
|
Task Task |
Method | Defined By | |
---|---|---|
complete( id ) : void (Wiki Page)
Parameters:
|
Task Task | |
display( ) : void (Wiki Page)
Displays a progress bar for % of members processed...
Displays a progress bar for % of members processed
Parameters:
|
Task Task | |
exec_next( ) : void (Wiki Page)
Parameters:
|
Task Task | |
initialize( members, process, condition, deps ) : void (Wiki Page)
Parameters:
|
Task Task | |
is_done( id ) : void (Wiki Page)
Parameters:
|
Task Task | |
pass_condition( ) : void (Wiki Page)
Parameters:
|
Task Task | |
register( task ) : void (Wiki Page)
Parameters:
|
Task Task | |
should_run( ) : void (Wiki Page)
Parameters:
|
Task Task |
This class has no events
Event | Defined By |
---|