GraphLab: Distributed Graph-Parallel API  2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
graphlab::sched_status Struct Reference

#include <graphlab/scheduler/ischeduler.hpp>

List of all members.

Public Types

enum  status_enum { NEW_TASK, EMPTY }
 the possible scheduler status. More...

Detailed Description

This is an enumeration for the possible return values for get_next_tasks

Definition at line 52 of file ischeduler.hpp.


Member Enumeration Documentation

the possible scheduler status.

Enumerator:
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.


The documentation for this struct was generated from the following file: