If .NET is not accessible or not installed, this leads to an error in the Run function - but that result is thrown away (goes into {}). So we get VALUE ERROR later tying to inspect proc.Proc.Id.
I would suggest to look at the result and to ⎕SIGNAL an error if we can't start processes - PR coming.
If .NET is not accessible or not installed, this leads to an error in the
Runfunction - but that result is thrown away (goes into{}). So we get VALUE ERROR later tying to inspectproc.Proc.Id.I would suggest to look at the result and to
⎕SIGNALan error if we can't start processes - PR coming.