public interface TaskService extends SciJavaService
Tasks.Task| Modifier and Type | Method and Description |
|---|---|
Task |
createTask(String name)
Creates a new, empty
Task. |
initialize, registerEventHandlersgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersiondisposeTask createTask(String name)
Task. It is the responsibility of the caller
to then launch the task via the Task.run(Runnable) method.name - The task's name, to differentiate it from others.Copyright © 2009–2023 SciJava. All rights reserved.