You are here

public function ScheduleInterface::setExecuted in Business Rules 8

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

Sets the executed status of a Schedule.

Parameters

bool $executed: TRUE to set this Schedule to executed, FALSE to set it to non-executed.

Return value

\Drupal\business_rules\Entity\ScheduleInterface The called Schedule entity.

1 method overrides ScheduleInterface::setExecuted()
Schedule::setExecuted in src/Entity/Schedule.php
Sets the executed status of a Schedule.

File

src/Entity/ScheduleInterface.php, line 73

Class

ScheduleInterface
Provides an interface for defining Schedule entities.

Namespace

Drupal\business_rules\Entity

Code

public function setExecuted($executed);