. // defines needed by multiple pieces of code // see db/boinc_db.h // define('BATCH_STATE_INIT', 0); define('BATCH_STATE_IN_PROGRESS', 1); define('BATCH_STATE_COMPLETE', 2); define('BATCH_STATE_ABORTED', 3); define('BATCH_STATE_RETIRED', 4); ?>