You are here

public function MaestroProcess::getCompletedTime in Maestro 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/MaestroProcess.php \Drupal\maestro\Entity\MaestroProcess::getCompletedTime()

Get the completed time for the process.

File

src/Entity/MaestroProcess.php, line 113

Class

MaestroProcess
Defines the MaestroProcess entity.

Namespace

Drupal\maestro\Entity

Code

public function getCompletedTime() {
  return $this
    ->get('completed')->value;
}