public function ScheduleInterface::isExecuted in Business Rules 2.x
Same name and namespace in other branches
- 8 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\EntityCode
public function isExecuted();