Add reclaim assigned tasks button

This commit is contained in:
simon987
2019-03-27 19:35:06 -04:00
parent 470b1b162b
commit ae32cb43d1
9 changed files with 85 additions and 2 deletions

View File

@@ -318,3 +318,7 @@ type ResetFailedTaskResponse struct {
type HardResetResponse struct {
AffectedTasks int64 `json:"affected_tasks"`
}
type ReclaimAssignedTasksResponse struct {
AffectedTasks int64 `json:"affected_tasks"`
}