2 references to IsProcessRunning
Aspire.Hosting.RemoteHost (2)
OrphanDetector.cs (2)
25
internal Func<int, bool> IsProcessRunning { get; set; } = static pid => ProcessStartTimeHelper.
IsProcessRunning
(pid);
30
internal Func<int, long, bool> IsProcessRunningWithStartTime { get; set; } = static (pid, expectedStartTimeUnix) => ProcessStartTimeHelper.
IsProcessRunning
(pid, expectedStartTimeUnix);