Is your feature request related to a problem? Please describe.
The <exec> action should expose the created process id. The process id is printed in the logs but it is not exposed as a property. Exposing the process id allow users to create menus that start and stop processes.
Describe the solution you'd like
A pid attribute which specifies the name of the property to set to the created process id.
<exec path="C:\Windows\System32\calc.exe" pid="calc.process.id" />
Describe alternatives you've considered
N/A
Additional context
N/A
Is your feature request related to a problem? Please describe.
The
<exec>action should expose the created process id. The process id is printed in the logs but it is not exposed as a property. Exposing the process id allow users to create menus that start and stop processes.Describe the solution you'd like
A
pidattribute which specifies the name of the property to set to the created process id.Describe alternatives you've considered
N/A
Additional context
N/A