You are here

public function ScheduleInterface::isExecuted in Business Rules 8

Same name and namespace in other branches
  1. 2.x src/Entity/ScheduleInterface.php \Drupal\business_rules\Entity\ScheduleInterface::isExecuted()

Returns the Schedule executed status indicator.

Return value

bool TRUE if the Schedule was executed.

1 method overrides ScheduleInterface::isExecuted()
Schedule::isExecuted in src/Entity/Schedule.php
Returns the Schedule executed status indicator.

File

src/Entity/ScheduleInterface.php, line 62

Class

ScheduleInterface
Provides an interface for defining Schedule entities.

Namespace

Drupal\business_rules\Entity

Code

public function isExecuted();