A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
AbstractCompositeTask — class, package com.rosettastone.library.taskmanager
This is an abstract class and should not be instantiated directly.
AbstractTaskManager — class, package com.rosettastone.library.taskmanager
This is an abstract class and should not be instantiated directly.
addFunction(closure:Function, closureIdentifier:String) — method, class com.rosettastone.library.taskmanager.AbstractCompositeTask
Adds a function to the queue of Tasks by wrapping it inside of a TaskWithClosure.
addMultiple(... rest) — method, class com.rosettastone.library.taskmanager.AbstractCompositeTask
Adds multiple Tasks or Functions to the internal set.
addSynchronousTask(task:com.rosettastone.library.taskmanager:ISynchronousTask) — method, class com.rosettastone.library.taskmanager.InterruptibleCompositeTask
Adds another task to the internal set that this class will execute.
addTask(task:com.rosettastone.library.taskmanager:ITask) — method, class com.rosettastone.library.taskmanager.CompositeTask
Adds another task to the internal set that this class will execute.
addTask(task:com.rosettastone.library.taskmanager:IInterruptibleTask) — method, class com.rosettastone.library.taskmanager.InterruptibleCompositeTask
Adds another task to the internal set that this class will execute.
addTask(task:com.rosettastone.library.taskmanager:IInterruptibleTask, dependencies:Array) — method, class com.rosettastone.library.taskmanager.InterruptibleTaskManager
Adds a task to the graph and set its dependencies.
addTask(task:com.rosettastone.library.taskmanager:ITask, dependencies:Array) — method, class com.rosettastone.library.taskmanager.TaskManager
Adds a task to the graph and set its dependencies.
addTaskEventListeners(task:com.rosettastone.library.taskmanager:ITask) — method, class com.rosettastone.library.taskmanager.AbstractCompositeTask
Convenience method for adding TaskEvent listeners to a Task.
addTaskHelper(task:com.rosettastone.library.taskmanager:ITask) — method, class com.rosettastone.library.taskmanager.AbstractCompositeTask
Adds another task to the internal set that this class will execute.
addTaskHelper(task:com.rosettastone.library.taskmanager:ITask, dependencies:Array) — method, class com.rosettastone.library.taskmanager.AbstractTaskManager
Adds a task to the graph and set its dependencies.
addTasksBeforeRun() — method, class com.rosettastone.library.taskmanager.AbstractCompositeTask
Sub-classes may override this method to J.I.T.
_addTasksBeforeRunInvoked — Property, class com.rosettastone.library.taskmanager.AbstractCompositeTask
allTasksAreCompleted — Property, class com.rosettastone.library.taskmanager.AbstractCompositeTask
No incomplete Tasks remain in the queue.
and(... rest) — method, interface com.rosettastone.library.taskmanager.ITask
Executes the specified tasks when the current task is executed.
and(... rest) — method, class com.rosettastone.library.taskmanager.Task
Executes the specified tasks when the current task is executed.
areAllObservedTasksCompletedOrErrored() — method, class com.rosettastone.library.taskmanager.ObserverTask
_args — Property, class com.rosettastone.library.taskmanager.FactoryTask
autoCompleteAfterRunningFunction — Property, class com.rosettastone.library.taskmanager.TaskWithClosure
If TRUE this Task will synchronously complete itself once it has invoked its custom run function.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z