Adding StopTask endpoint and endpoint documentation
This commit is contained in:
@@ -31,6 +31,7 @@ namespace daggy {
|
||||
TaskDAG run();
|
||||
void resetRunning();
|
||||
void stop(bool kill = false, bool blocking = false);
|
||||
void stopTask(const std::string &taskName);
|
||||
|
||||
private:
|
||||
void collectFinished();
|
||||
|
||||
Reference in New Issue
Block a user