Aiwozo.Activity.Core.Processes.StartApplication
- Launches a specified application and can optionally pass a list of arguments to it.
Properties
Misc
- Arguments (InArgument< String >) – The parameters that can be passed to the application at startup.
- FileName(InArgument<String>) – The full file path where you can find the executable file of the application to be opened.
- Result(OutArgument<String>) –
- DisplayName (String) – To set a meaningful name according to the user.