public interface Task
Modifier and Type | Interface and Description |
---|---|
static class |
Task.Status
Defines the states a task can be in.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(TaskAdvisor advisor)
Executes the task with a given advisor to detect cancel requests.
|
void execute(TaskAdvisor advisor)
advisor
- the task advisorCopyright © 2010–2017 Planetary Data System. All rights reserved.