Skip to main content

note_end

Function note_end 

Source
pub fn note_end(_stage: &str)
Expand description

Close the progress stage opened by note_begin, logging the matching ).

Perl Common/Error.pm:ProgressSpindown additionally prints the stage’s elapsed time from its NOTE_TIMERS entry; see note_begin for why this port does not.