Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
bulkmail_constant.inc
1 <?php
17 define('BML_JOB_STATE_NOT_RUNNING', 0);
18 define('BML_JOB_STATE_RUNNING', 1);
19 define('BML_JOB_STATE_PAUSED', 2);
20 define('BML_JOB_STATE_SLEEPING', 3);
21 
22 ?>