Lines Matching refs:Message

680 …Wait-WithMessage -Message "Waiting for process with ID $pid launched from $Path to finish now that…  in Install-FromEXEAsyncWithDevenvKill()
817 …Wait-WithMessage -Message "Waiting for $WaitBefore minutes before killing all processes named $pro… in Stop-ProcessByName()
833 …Wait-WithMessage -Message "Waiting for $WaitAfter minutes after killing all processes named $Name"… in Stop-ProcessByName()
860 [string]$Message, in Wait-WithMessage() variable
877 Trace-Message $Message in Wait-WithMessage() variable
909 [string]$Message, in Wait-WithMessageAndMonitor() variable
930 Trace-Message $Message in Wait-WithMessageAndMonitor() variable
1097 Trace-Message -Message "Started process from $Path with PID $pid (and cached handle $handle)" in Start-ExternalProcess()
1101 Trace-Message -Message "Waiting for PID $pid to exit ..." in Start-ExternalProcess()
1105 Trace-Message -Message "PID $pid has exited!" in Start-ExternalProcess()
1122 …Trace-Warning -Message "The process $pid returned a null or invalid exit code value. Assuming and … in Start-ExternalProcess()
1194 Trace-Message -Message "Started process from $Path with PID $pid (and cached handle $handle)" in Run-ExternalProcessWithWaitAndKill()
1227 …Trace-Warning -Message "The process $pid returned a null or invalid exit code value. Assuming and … in Run-ExternalProcessWithWaitAndKill()
1273 Trace-Message -Message "Waiting for process with ID $pid to exit in $waitTime minutes." in Wait-ForProcess()
1322 [string]$Message in Trace-Message() variable
1325 $Message = $Message -replace "##vso", "__VSO_DISALLOWED" in Trace-Message() variable
1327 Write-Host "[INFO] [$timestamp] $Message" in Trace-Message()
1348 [string]$Message in Trace-Warning() variable
1352 $Message = $Message -replace "##vso", "__VSO_DISALLOWED" in Trace-Warning() variable
1353 Write-Host "[WARN] [$timestamp] $Message" -ForegroundColor Yellow in Trace-Warning()
1354 Write-Host "##vso[task.logissue type=warning]$Message" in Trace-Warning() variable
1375 [string]$Message in Trace-Error() variable
1379 $Message = $Message -replace "##vso", "__VSO_DISALLOWED" in Trace-Error() variable
1380 Write-Host "[ERROR] [$timestamp] $Message" -ForegroundColor Red in Trace-Error()
1381 Write-Host "##vso[task.logissue type=error]$Message" in Trace-Error() variable
1587 Trace-Message -Message "Running on CDPX test host." in Get-HostEnvironment()
1592 Trace-Message -Message "Running on CDPX prod host." in Get-HostEnvironment()
1702 …Trace-Message -Message "Retrieving latest installed .NET Framework version from registry entry: HK… in Get-LatestInstalledNetFrameworkVersion()
1745 Trace-Message -Message "Found VS Installer process with PID $pid launched from $ppath" in Run-VisualStudioInstallerProcessMonitor()
1801 Trace-Message -Message "WAITING for VS installer kickoff." in Monitor-VisualStudioInstallation()
1814 Trace-Message -Message "WAITING for VS installer kickoff." in Monitor-VisualStudioInstallation()
1820 Trace-Message -Message "DONE Looks like VS installer processes are no longer running." in Monitor-VisualStudioInstallation()