Start Process#
Start the specified Process.
| File Path | [Text] Path to the executable file. |
| Argument List | [Text] List of parameters. |
| Working Folder | [Text] Working directory for the executable Process. |
| Window Style | Window style of the executable Process. |
| Wait for Completion | When enabled, the block will wait for the Process to complete. |
| Timeout | [Number] Timeout for the Process completion in seconds. |
| Process ID | [Link] Variable that stores the Process identifier. |
| StandardOutput | [Text] Value of the StandardOutput stream. This property will only return data if the "Wait for Completion" property is enabled. |
| StandardError | [Text] Value of the StandardError stream. This property will only return data if the "Wait for Completion" property is enabled. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Select the message level that blocks will output during execution. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Message | [Text] Returns detailed information about the error in case of incorrect execution of the block. |