Colleagues,
I have "Manager" program that calls an EXE "Worker" program, that latter returns the result (Boolean value).
I found Process.Start() method that might suit my needs, but cannot find how the Manager program "catches" this returned by Worker value.
Please advise!
TIA!
Regards,
Ilya
I have "Manager" program that calls an EXE "Worker" program, that latter returns the result (Boolean value).
I found Process.Start() method that might suit my needs, but cannot find how the Manager program "catches" this returned by Worker value.
Please advise!
TIA!
Regards,
Ilya