You are here

public function MaestroProcessStatus::getCompletedTime in Maestro 8.2

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

Get the completed time for the process.

File

src/Entity/MaestroProcessStatus.php, line 109

Class

MaestroProcessStatus
Defines the MaestroProcessStatus entity.

Namespace

Drupal\maestro\Entity

Code

public function getCompletedTime() {
  return NULL;
}