Adding delete method

This commit is contained in:
Ian Roddis
2022-02-01 10:32:31 -04:00
parent 3fdd568b00
commit cc7646f386
3 changed files with 28 additions and 0 deletions

View File

@@ -214,6 +214,7 @@ namespace daggy {
kill_ = kill;
running_ = false;
logger_.updateDAGRunState(runID_, RunState::KILLED);
if (blocking) {
while (true) {
{