MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / handleRenderFailure

Method handleRenderFailure

Engine/OutputSchedulerThread.cpp:2525–2531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2523}
2524
2525void
2526DefaultScheduler::handleRenderFailure(const std::string& errorMessage)
2527{
2528 if ( appPTR->isBackground() ) {
2529 std::cerr << errorMessage << std::endl;
2530 }
2531}
2532
2533SchedulingPolicyEnum
2534DefaultScheduler::getSchedulingPolicy() const

Callers

nothing calls this directly

Calls 3

isBackgroundMethod · 0.45
disconnectViewerMethod · 0.45
lockMethod · 0.45

Tested by

no test coverage detected