You are here

protected property SparkpostQueuedMessageWrapper::$retryCount in Sparkpost email 7.2

Same name and namespace in other branches
  1. 7 modules/sparkpost_requeue/sparkpost_requeue.queue_message_wrapper.inc \SparkpostQueuedMessageWrapper::retryCount

The number of tries we have had with this one.

Type: int

File

modules/sparkpost_requeue/sparkpost_requeue.queue_message_wrapper.inc, line 15
Class for queued messages.

Class

SparkpostQueuedMessageWrapper
@file Class for queued messages.

Code

protected $retryCount = 0;