Wait For Process
Waits for a specific process.
Last updated
Waits for a specific process.
Last updated
This activity suspends the execution of the process until a user-specified process starts or stops running.
Wait for process to:
Start(default)
- Waits for the process to start.
Stop
- Waits for the process to stop.
Process Name: String Argument
Specifies the name of the process to wait for.