Tribe__Events__Aggregator__Record__Abstract::has_queue()
Returns whether or not the record has a queue
Return
(bool)
Source
File: src/Tribe/Aggregator/Record/Abstract.php
public function has_queue() {
return ! empty( $this->meta[ Tribe__Events__Aggregator__Record__Queue::$queue_key ] );
}