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  
_observedTasks — Property, class com.rosettastone.library.taskmanager.ObserverTask
observedTasks — Property, class com.rosettastone.library.taskmanager.ObserverTask
Array of Tasks currently observed by this Task.
ObserverTask — class, package com.rosettastone.library.taskmanager
Observes (but does not execute) a collection of Tasks.
ObserverTask(tasks:Array, failUponError:Boolean, taskIdentifier:String) — Constructor, class com.rosettastone.library.taskmanager.ObserverTask
Constructor.
observeTask(taskToObserve:com.rosettastone.library.taskmanager:ITask) — method, class com.rosettastone.library.taskmanager.ObserverTask
Add an additional Task to the set of Tasks being observed.
onInterruptingTaskComplete(event:com.rosettastone.library.taskmanager.events:TaskEvent) — method, class com.rosettastone.library.taskmanager.Task
onInterruptingTaskError(event:com.rosettastone.library.taskmanager.events:TaskEvent) — method, class com.rosettastone.library.taskmanager.Task
or(... rest) — method, interface com.rosettastone.library.taskmanager.ITask
Executes the specified tasks if the current task fails.
or(... rest) — method, class com.rosettastone.library.taskmanager.Task
Executes the specified tasks if the current task fails.
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