mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 23:29:01 +08:00
460 B
460 B
vcpkg_execute_required_process_repeat
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>
)