4 references to WaitForSingleObject
aspire (4)
Processes\IsolatedProcess.Windows.cs (2)
270
var waitResult = WindowsProcessInterop.
WaitForSingleObject
(processHandle, 0);
286
var waitResult = WindowsProcessInterop.
WaitForSingleObject
(processHandle, 0);
Processes\WindowsProcessInterop.cs (2)
663
/// <see cref="
WaitForSingleObject
"/> read from — so when this completes an ExitCode read is
681
if (
WaitForSingleObject
(processHandle, 0) == WaitObject0)