You are here

public function MaestroQueue::getCompletedTime in Maestro 3.x

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

Get the completed time for the process.

File

src/Entity/MaestroQueue.php, line 122

Class

MaestroQueue
Defines the MaestroQueue entity.

Namespace

Drupal\maestro\Entity

Code

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