#355, clean exit without error

This commit is contained in:
Kang Yu 2024-10-23 23:52:03 -07:00
parent 382a427a47
commit 9cb7fd2e90
3 changed files with 17 additions and 4 deletions

View file

@ -821,5 +821,10 @@ if not errorlevel 1 goto wait_to_finish";
{
pwp.WriteDataDump();
}
public static void Stop()
{
pwp.Stop();
}
}
}