mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-07 15:56:31 +02:00
Add command interruption support with Ctrl+C and cancellation tokens
This commit is contained in:
@@ -22,7 +22,5 @@ public class StopGuiCommand : ICommand
|
||||
{
|
||||
await ProcessManager.StopProcessAndWaitAsync(process.Id);
|
||||
}
|
||||
|
||||
_ = ProcessManager.SpawnProcess<CliProcess>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user