Package | Description |
---|---|
sirius.web.tasks |
Modifier and Type | Method and Description |
---|---|
void |
ManagedTasksController.task(WebContext ctx,
String taskId)
Displays details to a running task
|
void |
ManagedTasksController.taskCancel(WebContext ctx,
JSONStructuredOutput json,
String taskId)
Cancels the given tasks as response to an AJAX call.
|
void |
ManagedTasksController.taskInfo(WebContext ctx,
JSONStructuredOutput json,
String taskId)
Displays details to a running task as JSON
|
void |
ManagedTasksController.tasks(WebContext ctx)
Lists all active tasks
|
void |
ManagedTasksController.tasksAPI(WebContext ctx,
JSONStructuredOutput json)
Lists all active tasks as JSON
|
Copyright © 2018. All rights reserved.