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

Method wasCanceled

Gui/ProgressTaskInfo.cpp:442–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442bool
443ProgressTaskInfo::wasCanceled() const
444{
445 QMutexLocker k(&_imp->canceledMutex);
446
447 return _imp->canceled;
448}
449
450bool
451ProgressTaskInfo::canPause() const

Callers 1

updateTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected