mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 05:29:00 +08:00
2b20b27b0d
* [document] Fix the automatically generated document URL * [docs] Format all documents
634 B
634 B
vcpkg_execute_required_process_repeat
The latest version of this document lives in the vcpkg repo.
Execute a process until the command succeeds, or until the COUNT is reached.
Usage
vcpkg_execute_required_process_repeat(
COUNT <num>
COMMAND <cmd> [<arguments>]
WORKING_DIRECTORY <directory>
LOGNAME <name>
)