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  
_recreateDecoratedTaskWhenNextRun — Property, class com.rosettastone.library.taskmanager.FactoryTask
_reexecuteFactoryFunctionAfterError — Property, class com.rosettastone.library.taskmanager.FactoryTask
reexecuteFactoryFunctionAfterError — Property, class com.rosettastone.library.taskmanager.FactoryTask
If this FactoryTask is re-run after an error has occurred, this attribute controls whether it: (a) Reuses the decorated Task initially created during its first run, or (b) Reexecutes the factory method to create a new decorated Task.
removeFunction(closure:Function) — method, class com.rosettastone.library.taskmanager.AbstractCompositeTask
Removes a function from the queue of Tasks by locating its corresponding TaskWithClosure.
removeMultiple(... rest) — method, class com.rosettastone.library.taskmanager.AbstractCompositeTask
Removes multiple Tasks or Functions from the internal set.
removeTask(task:com.rosettastone.library.taskmanager:ITask) — method, class com.rosettastone.library.taskmanager.AbstractCompositeTask
Removes a task from the internal set that this class will execute.
removeTask(taskToRemove:com.rosettastone.library.taskmanager:IInterruptibleTask) — method, class com.rosettastone.library.taskmanager.InterruptibleTaskManager
Removes a task from the task manager.
removeTask(taskToRemove:com.rosettastone.library.taskmanager:ITask) — method, class com.rosettastone.library.taskmanager.TaskManager
Removes a task from the task manager.
removeTaskEventListeners(task:com.rosettastone.library.taskmanager:ITask) — method, class com.rosettastone.library.taskmanager.AbstractCompositeTask
Convenience method for removing TaskEvent listeners from a Task.
removeTaskHelper(taskToRemove:com.rosettastone.library.taskmanager:ITask) — method, class com.rosettastone.library.taskmanager.AbstractTaskManager
Removes a task from the task manager.
reset() — method, interface com.rosettastone.library.taskmanager.ITask
Resets the task to it's pre-run state.
reset() — method, class com.rosettastone.library.taskmanager.InnocuousTaskDecorator
Resets the task to it's pre-run state.
reset() — method, class com.rosettastone.library.taskmanager.Task
Resets the task to it's pre-run state.
_restartSoundAfterInterruption — Property, class com.rosettastone.library.taskmanager.PlaySoundTask
retryAttemptNumber — Property, class com.rosettastone.library.taskmanager.RetryOnFailureDecoratorTask
RetryOnFailureDecoratorTask — class, package com.rosettastone.library.taskmanager
Special Task decorator for Tasks that should be retried on failure.
RetryOnFailureDecoratorTask(decoratedTask:com.rosettastone.library.taskmanager:Task, taskIdentifier:String) — Constructor, class com.rosettastone.library.taskmanager.RetryOnFailureDecoratorTask
Constructor.
run() — method, interface com.rosettastone.library.taskmanager.ITask
Starts a task.
run() — method, class com.rosettastone.library.taskmanager.Task
Starts a task.
running — Property, interface com.rosettastone.library.taskmanager.ITask
The task is currently running.
running — Property, class com.rosettastone.library.taskmanager.InnocuousTaskDecorator
The task is currently running.
_running — Property, class com.rosettastone.library.taskmanager.Task
running — Property, class com.rosettastone.library.taskmanager.Task
The task is currently running.
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