[PR #34] [MERGED] Allow child process to be killed (#10) #912

Open
opened 2026-01-29 16:24:15 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/34
Author: @mnadareski
Created: 6/13/2018
Status: Merged
Merged: 6/13/2018
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (2)

  • 5d49d48 Allow child process to be killed (#10)
  • 905bd1a Add constants, use them, use child process more

📊 Changes

3 files changed (+65 additions, -35 deletions)

View changed files

📝 Constants.cs (+6 -0)
📝 MainWindow.xaml (+1 -1)
📝 MainWindow.xaml.cs (+58 -34)

📄 Description

This change allows a child process to be killed in the middle of it running. Beware, this can cause issues with the output files if used incorrectly.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/34 **Author:** [@mnadareski](https://github.com/mnadareski) **Created:** 6/13/2018 **Status:** ✅ Merged **Merged:** 6/13/2018 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`5d49d48`](https://github.com/SabreTools/MPF/commit/5d49d4833f396b4c40d40c51a33f9fe72f2db06a) Allow child process to be killed (#10) - [`905bd1a`](https://github.com/SabreTools/MPF/commit/905bd1a7dcf9de0eecd7aee6f6b8f29fd0e3bce2) Add constants, use them, use child process more ### 📊 Changes **3 files changed** (+65 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `Constants.cs` (+6 -0) 📝 `MainWindow.xaml` (+1 -1) 📝 `MainWindow.xaml.cs` (+58 -34) </details> ### 📄 Description This change allows a child process to be killed in the middle of it running. Beware, this can cause issues with the output files if used incorrectly. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:24:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#912