Add new const with the type sending
[MAILPOET-4366]
This commit is contained in:
@@ -21,6 +21,7 @@ class ScheduledTaskEntity {
|
|||||||
const STATUS_PAUSED = 'paused';
|
const STATUS_PAUSED = 'paused';
|
||||||
const STATUS_INVALID = 'invalid';
|
const STATUS_INVALID = 'invalid';
|
||||||
const VIRTUAL_STATUS_RUNNING = 'running'; // For historical reasons this is stored as null in DB
|
const VIRTUAL_STATUS_RUNNING = 'running'; // For historical reasons this is stored as null in DB
|
||||||
|
const TYPE_SENDING = 'sending';
|
||||||
const PRIORITY_HIGH = 1;
|
const PRIORITY_HIGH = 1;
|
||||||
const PRIORITY_MEDIUM = 5;
|
const PRIORITY_MEDIUM = 5;
|
||||||
const PRIORITY_LOW = 10;
|
const PRIORITY_LOW = 10;
|
||||||
|
Reference in New Issue
Block a user