Action group: Processes
The action waits for exit.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Process identification method | Defines how to identify the process. | Robin.String | Yes | |
Process file | The path to the running process file. | Robin.FilePath | No | |
Process name | Name of the running process. | Robin.String | No | |
PID | PID of the running process. | Robin.String | No | |
Partial match | Allow partial name matching when searching for processes. | Robin.Boolean | true | No |
Time-out | Maximum waiting time. If the process did not terminate after the timeout, an error will be thrown. | Robin.Numeric | No |
If the process has not completed after the timeout expires, an error will occur.
Notepad application is started, wait for it to exit and display a dialog box with the message "Work in Notepad is completed".
Use the "Wait for exit", "Show message" actions.
The program robot completed successfully.
The message is displayed in the dialogue box.