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  
setReexecuteFactoryFunctionAfterError(value:Boolean) — method, class com.rosettastone.library.taskmanager.FactoryTask
shouldFailedTaskBeRetried(failedTask:com.rosettastone.library.taskmanager:Task) — method, class com.rosettastone.library.taskmanager.RetryOnFailureDecoratorTask
Sub-classes may override this method to determine of a failed Task should be retried.
SleepTask — class, package com.rosettastone.library.taskmanager
Sleeps until told to complete.
SleepTask(taskIdentifier:String) — Constructor, class com.rosettastone.library.taskmanager.SleepTask
Constructor.
_sound — Property, class com.rosettastone.library.taskmanager.PlaySoundTask
sound — Property, class com.rosettastone.library.taskmanager.PlaySoundTask
_soundChannel — Property, class com.rosettastone.library.taskmanager.PlaySoundTask
soundChannel — Property, class com.rosettastone.library.taskmanager.PlaySoundTask
STARTED — Constant Static Property, class com.rosettastone.library.taskmanager.events.TaskEvent
_startedHandlers — Property, class com.rosettastone.library.taskmanager.Task
stopObservingTask(taskToObserve:com.rosettastone.library.taskmanager:ITask) — method, class com.rosettastone.library.taskmanager.ObserverTask
Remove the specified Task from the set of Tasks being observed.
StubTask — class, package com.rosettastone.library.taskmanager
Empty Task useful primarily for unit testing.
StubTask(autoCompleteUponRun:Boolean, taskIdentifier:String) — Constructor, class com.rosettastone.library.taskmanager.StubTask
Constructor.
synchronous — Property, class com.rosettastone.library.taskmanager.AbstractCompositeTask
The current task can be executed synchronously.
synchronous — Property, class com.rosettastone.library.taskmanager.AbstractTaskManager
The current task can be executed synchronously.
synchronous — Property, interface com.rosettastone.library.taskmanager.ITask
The current task can be executed synchronously.
synchronous — Property, class com.rosettastone.library.taskmanager.StubTask
The current task can be executed synchronously.
synchronous — Property, class com.rosettastone.library.taskmanager.SynchronousTask
The current task can be executed synchronously.
synchronous — Property, class com.rosettastone.library.taskmanager.Task
The current task can be executed synchronously.
synchronous — Property, class com.rosettastone.library.taskmanager.TaskWithClosure
The current task can be executed synchronously.
SynchronousTask — class, package com.rosettastone.library.taskmanager
Synchronous Task for convenience sub-class purposes.
SynchronousTask(taskIdentifier:String) — Constructor, class com.rosettastone.library.taskmanager.SynchronousTask
SynchronousTaskWithClosure — class, package com.rosettastone.library.taskmanager
SynchronousTaskWithClosure(customRunFunction:Function, taskIdentifier:String) — Constructor, class com.rosettastone.library.taskmanager.SynchronousTaskWithClosure
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