Skip to contents

Print method for flow control policies

Usage

# S3 method for class 'parade_flow_control'
print(x, ...)

Arguments

x

Flow control policy

...

Additional arguments (unused)

Value

Invisible x

Examples

fc <- in_waves_of(10)
print(fc)
#> Wave Execution Policy
#>   Wave size: 10 
#>   Wait for completion: TRUE