Action group: Processes
The action waits for start.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Process identification method | Defines how to identify the process. | Robin.String | Yes | |
Process file | Path to the process file to start. | Robin.FilePath | No | |
Process name | Name of the process to start. | Robin.String | No | |
PID | PID of the process being started. | Robin.String | No | |
Partial match | Allow partial name matching when searching for processes. | Robin.Boolean | true | No |
Time-out | Maximum waiting time for loading and starting a process. | Robin.Numeric | No |
If the process has not started after the timeout expires, an error will occur.
Wait for Notepad to start and type the text "Hello world!"
Use the "Wait for start", "Send text" actions.
The program robot completed successfully.
The program robot waited for the Notepad app to open and entered the required text.