Store the 'in_progress' flag for workers in a separate column [MAILPOET-2443]

This commit is contained in:
wxa
2019-10-08 16:17:36 +03:00
committed by Jack Kitterhing
parent 6668be4a03
commit f98ed72d83
4 changed files with 9 additions and 8 deletions

View File

@ -14,6 +14,7 @@ use MailPoet\WP\Functions as WPFunctions;
* @property string|null $type
* @property int $priority
* @property string|null $scheduled_at
* @property boolean|null $in_progress
* @property int $reschedule_count
* @property string|array|null $meta
*/