Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
442
bool
443
ProgressTaskInfo::wasCanceled() const
444
{
445
QMutexLocker k(&_imp->canceledMutex);
446
447
return _imp->canceled;
448
}
449
450
bool
451
ProgressTaskInfo::canPause() const
Callers
1
updateTask
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected