public interface TaskExecuteService
Result
remove(String taskId)
restart(String taskId)
start(String taskId)
stop(String taskId)
Result start(String taskId) throws Exception
Exception
Result stop(String taskId) throws Exception
Result restart(String taskId) throws Exception
Result remove(String taskId) throws Exception
Copyright © 2024. All rights reserved.