From b05cbeed900fbb3492e3cb5b624f5d9efaa288ea Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Tue, 29 Oct 2019 12:08:13 -0400 Subject: refactored waiting into waitForProcesses() --- src/processrunner.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/processrunner.h') diff --git a/src/processrunner.h b/src/processrunner.h index 38e79ca8..d9423893 100644 --- a/src/processrunner.h +++ b/src/processrunner.h @@ -86,19 +86,4 @@ private: bool waitForAllUSVFSProcesses(ILockedWaitingForProcess* uilock); }; - -enum class WaitResults -{ - Completed = 1, - Error, - Cancelled -}; - -WaitResults waitForProcess( - HANDLE handle, DWORD* exitCode, std::function progress); - -WaitResults waitForProcesses( - const std::vector& handles, std::vector& exitCodes, - std::function progress); - #endif // PROCESSRUNNER_H -- cgit v1.3.1