MCPcopy 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
11295bool Executor::incompleteTasks()
11296{
11297 return !queuedTasks.empty() ||
11298 !launchedTasks.empty() ||
11299 !terminatedTasks.empty();
11300}
11301
11302
11303bool Executor::everSentTask() const

Callers 3

executorTerminatedMethod · 0.80
removeExecutorMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected