MCPcopy Create free account
hub / github.com/audacity/audacity / TotalProgress

Method TotalProgress

libraries/lib-effects/Effect.cpp:335–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335bool Effect::TotalProgress(double frac, const TranslatableString &msg) const
336{
337 auto updateResult = (mProgress ?
338 mProgress->Poll(frac * 1000, 1000, msg) :
339 BasicUI::ProgressResult::Success);
340 return (updateResult != BasicUI::ProgressResult::Success);
341}
342
343bool Effect::TrackProgress(
344 int whichTrack, double frac, const TranslatableString &msg) const

Callers

nothing calls this directly

Calls 1

PollMethod · 0.45

Tested by

no test coverage detected