Package | Description |
---|---|
com.communote.server.api.core.task | |
com.communote.server.core.tasks |
Modifier and Type | Method and Description |
---|---|
void |
TaskManagement.failTaskExecution(String uniqueTaskName)
Mark the execution of a task as failed.
|
void |
TaskManagement.stopTaskExecution(String uniqueTaskName)
End the execution of the given task.
|
void |
TaskManagement.stopTaskExecution(String uniqueTaskName,
Date rescheduleDate)
End the execution of the given task.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskManagementImpl.failTaskExecution(String uniqueTaskName) |
void |
TaskManagementImpl.stopTaskExecution(String uniqueTaskName) |
void |
TaskManagementImpl.stopTaskExecution(String uniqueTaskName,
Date rescheduleDate) |
Copyright © 2019 Communote team. All rights reserved.