Fix typo in ParallExec mode comment

master
Orsiris de Jong 2026-07-24 12:47:37 +02:00 committed by GitHub
parent 29d43e0b27
commit d3c9b9f024
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@ function ParallelExec {
## Main asynchronous execution function
## Function can work in:
## WaitForTaskCompletion mode: monitors given pid in background, and stops them if max execution time is reached. Suitable for multiple synchronous pids to monitor and wait for
## ParallExec mode: takes list of commands to execute in parallel per batch, and stops them if max execution time is reahed.
## ParallExec mode: takes list of commands to execute in parallel per batch, and stops them if max execution time is reached.
## Example of improved wait $!
## ExecTasks $! "some_identifier" false 0 0 0 0 true 1 1800 false