mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
#355, clean exit without error
This commit is contained in:
parent
382a427a47
commit
9cb7fd2e90
3 changed files with 17 additions and 4 deletions
|
@ -821,5 +821,10 @@ if not errorlevel 1 goto wait_to_finish";
|
|||
{
|
||||
pwp.WriteDataDump();
|
||||
}
|
||||
|
||||
public static void Stop()
|
||||
{
|
||||
pwp.Stop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue