Package | Description |
---|---|
sirius.web.tasks |
Modifier and Type | Method and Description |
---|---|
ManagedTask |
ManagedTaskSetup.execute(Consumer<ManagedTaskContext> task)
Creates the managed task for the given consumer which will be supplied with a
ManagedTaskContext and
executed in the background. |
ManagedTask |
ManagedTasks.findTask(String taskId)
Tries to find a managed task with the given id.
|
Modifier and Type | Method and Description |
---|---|
List<ManagedTask> |
ManagedTasks.getActiveTasks()
Returns a list of all managed tasks visible to the current user.
|
Copyright © 2018. All rights reserved.