You are here

public function SchedulingStateInterface::hasTimeScheduled in Webform Scheduled Tasks 8.2

Check if a time has been scheduled for a task to be run.

Parameters

\Drupal\webform_scheduled_tasks\Entity\WebformScheduledTaskInterface $scheduledTask: The scheduled task.

Return value

bool TRUE if a time has been scheduled, FALSE otherwise.

1 method overrides SchedulingStateInterface::hasTimeScheduled()
SchedulingState::hasTimeScheduled in src/SchedulingState.php
Check if a time has been scheduled for a task to be run.

File

src/SchedulingStateInterface.php, line 21

Class

SchedulingStateInterface
An interface for managing the scheduling state of tasks.

Namespace

Drupal\webform_scheduled_tasks

Code

public function hasTimeScheduled(WebformScheduledTaskInterface $scheduledTask);