This commit is contained in:
Ahmed Zamil 2024-07-06 18:08:57 +03:00
parent e2efb520e7
commit 54ee21cdef

View File

@ -29,6 +29,7 @@ namespace AZ.Compute.Agent
get => process;
set
{
value.EnableRaisingEvents = true;
process = value;
Name = process.ProcessName;
Command = process.StartInfo.Arguments;