|
GraphLab: Distributed Graph-Parallel API
2.1
|
#include <graphlab/scheduler/ischeduler.hpp>
Public Types | |
| enum | status_enum { NEW_TASK, EMPTY } |
| the possible scheduler status. More... | |
This is an enumeration for the possible return values for get_next_tasks
Definition at line 52 of file ischeduler.hpp.
the possible scheduler status.
| NEW_TASK |
The get_next_tasks function returned a new task to be executed |
| EMPTY |
The schedule is empty. |
Definition at line 54 of file ischeduler.hpp.