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

Method onSchedulerTrackingProgress

Engine/TrackerContext.cpp:1502–1508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1500}
1501
1502void
1503TrackerContext::onSchedulerTrackingProgress(double progress)
1504{
1505 if ( getNode()->getApp() && !getNode()->getApp()->progressUpdate(getNode(), progress) ) {
1506 _imp->scheduler.abortThreadedTask();
1507 }
1508}
1509
1510//////////////////////// TrackScheduler
1511

Callers

nothing calls this directly

Calls 4

abortThreadedTaskMethod · 0.80
getNodeFunction · 0.70
getAppMethod · 0.45
progressUpdateMethod · 0.45

Tested by

no test coverage detected