Package | com.rosettastone.library.taskmanager |
Interface | public interface IDecoratorTask extends ITask, flash.events.IEventDispatcher |
Implementors | FactoryTask, InnocuousTaskDecorator, InterruptibleDecoratorTask, RetryOnFailureDecoratorTask, TaskWithTimeout |
Property | Defined By | ||
---|---|---|---|
![]() | data : * [read-only]
Optional data parameter passed to the Task complete/error/interruption method. | ITask | |
decoratedTask : ITask [read-only]
Inner (decorated) Task. | IDecoratorTask | ||
![]() | isComplete : Boolean [read-only]
The current task has successfully completed execution. | ITask | |
![]() | isErrored : Boolean [read-only]
The current task failed. | ITask | |
![]() | isRunning : Boolean [read-only]
The task is currently running. | ITask | |
![]() | message : String [read-only]
Optional message parameter passed to the task complete/error/interruption method. | ITask | |
![]() | numInternalOperations : int [read-only]
Number of internal operations conducted by this task. | ITask | |
![]() | numInternalOperationsCompleted : int [read-only]
Number of internal operations that have completed. | ITask | |
![]() | numInternalOperationsPending : int [read-only]
Number of internal operations not yet completed. | ITask | |
![]() | numTimesCompleted : int [read-only]
Number of times this task has completed. | ITask | |
![]() | numTimesErrored : int [read-only]
Number of times this task has errored. | ITask | |
![]() | numTimesInterrupted : int [read-only]
Number of times this task has been interrupted. | ITask | |
![]() | numTimesReset : int [read-only]
Number of times this task has been reset. | ITask | |
![]() | numTimesStarted : int [read-only]
Number of times this task has been started. | ITask | |
![]() | running : Boolean [read-only]
The task is currently running. | ITask | |
![]() | synchronous : Boolean [read-only]
The current task can be executed synchronously. | ITask | |
![]() | taskIdentifier : String
(Optional) human-readable label for task. | ITask | |
![]() | uniqueID : Number [read-only]
Unique ID for a task. | ITask |