You are here

public function MaestroProcessVariables::getCompletedTime in Maestro 3.x

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

Get the completed time for the process.

File

src/Entity/MaestroProcessVariables.php, line 110

Class

MaestroProcessVariables
Defines the MaestroProcessVariables entity.

Namespace

Drupal\maestro\Entity

Code

public function getCompletedTime() {
  return NULL;
}