pub fn on_complete(
child: impl IntoUiNode,
handler: Box<dyn FnMut(&Progress) -> HandlerResult + Send>,
) -> UiNodeExpand description
P Event raised when progress updates to a complete state or inits completed.
This event works in any context that sets PROGRESS_VAR.