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

Method OnRun

src/AudacityApp.cpp:1834–1842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1832}
1833
1834int AudacityApp::OnRun()
1835{
1836 // Returns 0 to the command line if the run completed normally
1837 auto result = wxApp::OnRun();
1838 if (result == 0)
1839 // If not otherwise abnormal, report any journal sync failure
1840 result = Journal::GetExitCode();
1841 return result;
1842}
1843
1844void AudacityApp::OnIdle( wxIdleEvent &evt )
1845{

Callers

nothing calls this directly

Calls 1

GetExitCodeFunction · 0.85

Tested by

no test coverage detected