public interface TaskService extends SciJavaService
Task
s.Task
Modifier and Type | Method and Description |
---|---|
Task |
createTask(String name)
Creates a new, empty
Task . |
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
Task 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 © 2015–2022 SciJava. All rights reserved.