Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.4.1/scripts/
Dwin-installer-helper.psm1662 $pid = $process.Id in Install-FromEXEAsyncWithDevenvKill() variable
665 Trace-Message "Started EXE asynchronously. Process ID is $pid" in Install-FromEXEAsyncWithDevenvKill() variable
680 …Wait-WithMessage -Message "Waiting for process with ID $pid launched from $Path to finish now that… in Install-FromEXEAsyncWithDevenvKill() variable
1094 $pid = $process.Id in Start-ExternalProcess() variable
1101 Trace-Message -Message "Waiting for PID $pid to exit ..." in Start-ExternalProcess() variable
1105 Trace-Message -Message "PID $pid has exited!" in Start-ExternalProcess() variable
1122 …Trace-Warning -Message "The process $pid returned a null or invalid exit code value. Assuming and … in Start-ExternalProcess() variable
1127 Trace-Message "Process $pid exited with exit code $ex" in Start-ExternalProcess() variable
1191 $pid = $process.Id in Run-ExternalProcessWithWaitAndKill() variable
1200 …Trace-Warning "CDPXERROR: Process with ID $pid failed to exit within $Minutes minutes. Killing it." in Run-ExternalProcessWithWaitAndKill() variable
[all …]