wait_until {sixtyfour}R Documentation

wait fxn generator

Description

wait fxn generator

Usage

wait_until(fun, message)

Arguments

fun

(function) a function to check status of something; must return a single boolean, e.g., aws_db_cluster_status or aws_db_instance_status

message

(character) the message to print at the beginning of cli::cli_progress_bar


[Package sixtyfour version 0.2.0 Index]