Package | Description |
---|---|
com.communote.server.api.core.task | |
com.communote.server.core.tasks |
Modifier and Type | Class and Description |
---|---|
class |
InvalidInstanceException
Thrown to indicate that a task management operation targets a task that is not running on the
current instance.
|
class |
TaskAlreadyExistsException
Thrown to indicate that a task with the same unique name already exists
|
class |
TaskAlreadyRunningException
Indicates that the task is already running.
|
class |
TaskNotActiveException
Indicates that the task is not active.
|
class |
TaskStatusException
Exception to indicate that a task has not the expected status.
|
Modifier and Type | Method and Description |
---|---|
Long |
TaskManagement.startTaskExecution(String uniqueTaskName)
Mark a task as running on this instance by creating an execution for it and setting the
status to RUNNING.
|
Modifier and Type | Method and Description |
---|---|
Long |
TaskManagementImpl.startTaskExecution(String uniqueTaskName) |
Copyright © 2019 Communote team. All rights reserved.