GraphLab: Distributed Graph-Parallel API
2.1
|
the reasons for execution completion. More...
#include <graphlab/engine/execution_status.hpp>
Public Types | |
enum | status_enum { UNSET, RUNNING, TASK_DEPLETION, TIMEOUT, FORCED_ABORT, EXCEPTION } |
Static Public Member Functions | |
static std::string | to_string (status_enum es) |
the reasons for execution completion.
Because there are several reasons why the graphlab engine might terminate the exec_status value is returned from the start function after completing execution.
Definition at line 37 of file execution_status.hpp.
Definition at line 38 of file execution_status.hpp.