Uses of Class
gov.nasa.pds.tools.validate.task.Task.Status
| Package | Description |
|---|---|
| gov.nasa.pds.tools.validate.task |
Defines client-independent processing interfaces and
classes for background tasks.
|
-
Uses of Task.Status in gov.nasa.pds.tools.validate.task
Methods in gov.nasa.pds.tools.validate.task that return Task.Status Modifier and Type Method Description Task.StatusBlockingTaskManager. getStatus(Task task)Task.StatusTaskManager. getStatus(Task task)Gets the task status.static Task.StatusTask.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Task.Status[]Task.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nasa.pds.tools.validate.task with parameters of type Task.Status Modifier and Type Method Description voidTaskAdvisor. setStatus(Task.Status status)Sets the status of the task.