Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ incompleteTasks
Method
incompleteTasks
src/slave/slave.cpp:11295–11300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11293
11294
11295
bool Executor::incompleteTasks()
11296
{
11297
return !queuedTasks.empty() ||
11298
!launchedTasks.empty() ||
11299
!terminatedTasks.empty();
11300
}
11301
11302
11303
bool Executor::everSentTask() const
Callers
3
_statusUpdateAcknowledgement
Method · 0.80
executorTerminated
Method · 0.80
removeExecutor
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected