Package com.massimo.tools.scriptrunner.control

This package provides the glue Tasks to wrap around work Tasks.

See:
          Description

Class Summary
AbstractCompoundTask An AbstractCompoundTask will run multiple component Tasks.
IfTask Conditional execution of a single child task.
OptionalTask Optional execution of contained task.
ParallelTask This will run all child Tasks in separate Threads.
PollTask Poll the single child task until it finishes successfully or a time limit is reached.
SerialTask SerialTask will run all child Tasks in series.
SpawnTask A Task to spawn a Thread in which to process the single child Task.
TaskRunner Simple class to help manage multi-threaded tasks.
 

Package com.massimo.tools.scriptrunner.control Description

This package provides the glue Tasks to wrap around work Tasks.