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  
data — Property, interface com.rosettastone.library.taskmanager.ITask
Optional data parameter passed to the Task complete/error/interruption method.
data — Property, class com.rosettastone.library.taskmanager.RetryOnFailureDecoratorTask
_data — Property, class com.rosettastone.library.taskmanager.Task
data — Property, class com.rosettastone.library.taskmanager.Task
Optional data parameter passed to the Task complete/error/interruption method.
data — Property, class com.rosettastone.library.taskmanager.events.TaskEvent
Optional data object related to the Task dispatching this event.
decoratedTask — Property, class com.rosettastone.library.taskmanager.FactoryTask
Inner (decorated) Task.
decoratedTask — Property, interface com.rosettastone.library.taskmanager.IDecoratorTask
Inner (decorated) Task.
decoratedTask — Property, class com.rosettastone.library.taskmanager.InnocuousTaskDecorator
Inner (decorated) Task.
decoratedTask — Property, class com.rosettastone.library.taskmanager.InterruptibleDecoratorTask
Inner (decorated) Task.
decoratedTask — Property, class com.rosettastone.library.taskmanager.RetryOnFailureDecoratorTask
Inner (decorated) Task.
decoratedTask — Property, class com.rosettastone.library.taskmanager.TaskWithTimeout
Inner (decorated) Task.
DELAY_BEFORE_RETRYING_IN_MS — Static Property, class com.rosettastone.library.taskmanager.RetryOnFailureDecoratorTask
The amount of time to delay before resetting and re-running the decorated Task.
disconnectFromInterruptingTask() — method, interface com.rosettastone.library.taskmanager.IInterruptibleTask
If an interrupting-Task has been provided (via interruptForTask) this Task will automatically resume when it completes.
disconnectFromInterruptingTask() — method, class com.rosettastone.library.taskmanager.Task
dispatchProgressEvent() — method, class com.rosettastone.library.taskmanager.Task
doTaskComplete(message:String, data:any) — method, class com.rosettastone.library.taskmanager.Task
doTaskError(message:String, data:any) — method, class com.rosettastone.library.taskmanager.Task
doTaskInterrupted(message:String, data:any) — method, class com.rosettastone.library.taskmanager.Task
duration — Property, class com.rosettastone.library.taskmanager.WaitTask
Number of milliseconds Task should wait before completing.
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