You are here

constant SpoolStorageInterface::STATUS_IN_PROGRESS in Simplenews 8

Same name and namespace in other branches
  1. 8.2 src/Spool/SpoolStorageInterface.php \Drupal\simplenews\Spool\SpoolStorageInterface::STATUS_IN_PROGRESS
  2. 3.x src/Spool/SpoolStorageInterface.php \Drupal\simplenews\Spool\SpoolStorageInterface::STATUS_IN_PROGRESS

In progress and locked until expired.

File

src/Spool/SpoolStorageInterface.php, line 30

Class

SpoolStorageInterface
The spool storage manages a queue of mails that need to be sent.

Namespace

Drupal\simplenews\Spool

Code

const STATUS_IN_PROGRESS = 3;