Runs an application with the specified filename, passing the specified arguments and
setting the specified working directory.
- fileName (String)
- The name of the application to run.
- arguments (String)
- The arguments to pass to the application on startup.
- workingDirectory (String)
- The working directory to use for the started application.
- maximized (Boolean)
- Specifies whether the application should be started with a normal or maximized main window.
The process ID of the started application.
| Exception | Condition |
|---|---|
| RanorexException | Thrown if the application cannot be started. |
