on_complete

Function on_complete 

Source
pub fn on_complete(
    child: impl IntoUiNode,
    handler: Box<dyn FnMut(&Progress) -> HandlerResult + Send>,
) -> UiNode
Expand description

P Event raised when progress updates to a complete state or inits completed.

This event works in any context that sets PROGRESS_VAR.