That's what I'm doing
Process process = new Process(); process.StartInfo.FileName = @"C:\Users\inatoff\Desktop\test.jar"; process.Start(); and test.jar, in turn, will launch Pipeline process_id of which I need to get the only thing that allows me to get this kostylina of this type:
var time = process.StartTime; Thread.Sleep(200); var wantedProcessId = Process.GetProcesses().First(p=>p.StartTime==time); Tell me, please, a highly respected community.