1. Home
  2. Docs
  3. Applications Automation
  4. StartProcess

StartProcess

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.