Skip to main content

check

Function check 

Source
pub fn check(p: &dyn Progress) -> Result<()>
Expand description

Fails with cancelled once the sink asks the command to stop.

ยงErrors

When p.cancelled() is true.