![[Experimental]](figures/lifecycle-experimental.svg)
StoppingExternal is the class for stopping based on an external flag.
Usage
StoppingExternal(report_label = NA_character_)
.DefaultStoppingExternal(report_label = NA_character_)
Arguments
- report_label
(string or NA)
see slot definition.
Note
Typically, end users will not use the .DefaultStoppingExternal() function.
Examples
my_stopping <- StoppingExternal()