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  
_task — Property, class com.rosettastone.library.taskmanager.FactoryTask
task — Property, class com.rosettastone.library.taskmanager.events.TaskManagerEvent
Task associated with error (in the event of an error).
Task — class, package com.rosettastone.library.taskmanager
This class is meant to encapsulate a single, self-contained job.
Task(taskIdentifier:String) — Constructor, class com.rosettastone.library.taskmanager.Task
Constructor
taskComplete(message:String, data:any) — method, class com.rosettastone.library.taskmanager.Task
This method should be called upon Task completion.
taskError(message:String, data:any) — method, class com.rosettastone.library.taskmanager.Task
This method should be called upon Task failure.
TaskEvent — class, package com.rosettastone.library.taskmanager.events
Dispatched by a Task to indicated a change in state.
TaskEvent(type:String, message:String, data:any) — Constructor, class com.rosettastone.library.taskmanager.events.TaskEvent
taskEventComplete — Event, interface com.rosettastone.library.taskmanager.ITask
taskEventComplete — Event, class com.rosettastone.library.taskmanager.Task
taskEventError — Event, interface com.rosettastone.library.taskmanager.ITask
taskEventError — Event, class com.rosettastone.library.taskmanager.Task
taskEventFinal — Event, interface com.rosettastone.library.taskmanager.ITask
taskEventFinal — Event, class com.rosettastone.library.taskmanager.Task
taskEventInterrupted — Event, interface com.rosettastone.library.taskmanager.IInterruptibleTask
taskEventInterrupted — Event, class com.rosettastone.library.taskmanager.Task
taskEventStarted — Event, interface com.rosettastone.library.taskmanager.ITask
taskEventStarted — Event, class com.rosettastone.library.taskmanager.Task
_taskFactoryFunction — Property, class com.rosettastone.library.taskmanager.FactoryTask
_taskHasBeenRunAtLeastOnce — Property, class com.rosettastone.library.taskmanager.Task
taskIdentifier — Property, interface com.rosettastone.library.taskmanager.ITask
(Optional) human-readable label for task.
taskIdentifier — Property, class com.rosettastone.library.taskmanager.InterruptibleDecoratorTask
(Optional) human-readable label for task.
_taskIdentifier — Property, class com.rosettastone.library.taskmanager.Task
taskIdentifier — Property, class com.rosettastone.library.taskmanager.Task
(Optional) human-readable label for task.
taskInterrupted(message:String, data:any) — method, class com.rosettastone.library.taskmanager.Task
Call this method to interrupt the currently running Task.
TaskManager — class, package com.rosettastone.library.taskmanager
Manages execution of a set of ITasks.
TaskManager(interruptible:Boolean) — Constructor, class com.rosettastone.library.taskmanager.TaskManager
Constructor.
TaskManagerComponentInfo — class, package com.rosettastone.library.taskmanager
Used for retrieving information about the TaskManager component.
TaskManagerEvent — class, package com.rosettastone.library.taskmanager.events
Dispatched by TaskManager to indicate a change in state.
TaskManagerEvent(type:String, task:com.rosettastone.library.taskmanager:ITask, message:String) — Constructor, class com.rosettastone.library.taskmanager.events.TaskManagerEvent
taskManagerEventComplete — Event, class com.rosettastone.library.taskmanager.AbstractTaskManager
taskManagerEventComplete — Event, class com.rosettastone.library.taskmanager.TaskManager
taskManagerEventError — Event, class com.rosettastone.library.taskmanager.AbstractTaskManager
taskManagerEventError — Event, class com.rosettastone.library.taskmanager.TaskManager
taskManagerEventInterrupted — Event, class com.rosettastone.library.taskmanager.AbstractTaskManager
taskManagerEventInterrupted — Event, class com.rosettastone.library.taskmanager.TaskManager
_taskQueue — Property, class com.rosettastone.library.taskmanager.AbstractCompositeTask
taskQueue — Property, class com.rosettastone.library.taskmanager.AbstractCompositeTask
_taskQueueIndex — Property, class com.rosettastone.library.taskmanager.AbstractCompositeTask
taskQueueIndex — Property, class com.rosettastone.library.taskmanager.AbstractCompositeTask
_taskWillBeInterruptible — Property, class com.rosettastone.library.taskmanager.FactoryTask
TaskWithClosure — class, package com.rosettastone.library.taskmanager
Task that invokes a specified function upon execution.
TaskWithClosure(customRunFunction:Function, autoCompleteAfterRunningFunction:Boolean, taskIdentifier:String) — Constructor, class com.rosettastone.library.taskmanager.TaskWithClosure
Constructor.
TaskWithTimeout — class, package com.rosettastone.library.taskmanager
Decorates a Task and enforces a max-execution time limit.
TaskWithTimeout(taskToDecorate:com.rosettastone.library.taskmanager:ITask, timeout:int, taskIdentifier:String) — Constructor, class com.rosettastone.library.taskmanager.TaskWithTimeout
then(... rest) — method, interface com.rosettastone.library.taskmanager.ITask
Executes the specified tasks once the current task has completed successfully.
then(... rest) — method, class com.rosettastone.library.taskmanager.Task
Executes the specified tasks once the current task has completed successfully.
_thisObj — Property, class com.rosettastone.library.taskmanager.FactoryTask
throwErrorIfAnyObjectInArrayIsNotATask(tasks:Array) — method, class com.rosettastone.library.taskmanager.Task
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