-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request