up
This commit is contained in:
parent
e2efb520e7
commit
54ee21cdef
@ -29,6 +29,7 @@ namespace AZ.Compute.Agent
|
||||
get => process;
|
||||
set
|
||||
{
|
||||
value.EnableRaisingEvents = true;
|
||||
process = value;
|
||||
Name = process.ProcessName;
|
||||
Command = process.StartInfo.Arguments;
|
||||
|
Loading…
x
Reference in New Issue
Block a user