Add new const with the type sending

[MAILPOET-4366]
This commit is contained in:
Jan Lysý
2022-08-08 16:47:25 +02:00
committed by Veljko V
parent d54129670d
commit 6f1e5c9a98

View File

@@ -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;