Lines Matching defs:pid
662 $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
1205 Trace-Warning "Killed PID $pid" in Run-ExternalProcessWithWaitAndKill() variable
1209 …Trace-Warning "Exception raised while attempting to kill PID $pid. Perhaps the process has already… in Run-ExternalProcessWithWaitAndKill() variable
1227 …Trace-Warning -Message "The process $pid returned a null or invalid exit code value. Assuming and … in Run-ExternalProcessWithWaitAndKill() variable
1269 $pid = $Process.Id in Wait-ForProcess() variable
1273 Trace-Message -Message "Waiting for process with ID $pid to exit in $waitTime minutes." in Wait-ForProcess() variable
1278 Trace-Message "Process with ID $pid has already exited with exit code $ex" in Wait-ForProcess() variable
1737 $pid = $process.Id in Run-VisualStudioInstallerProcessMonitor() variable
1745 Trace-Message -Message "Found VS Installer process with PID $pid launched from $ppath" in Run-VisualStudioInstallerProcessMonitor() variable