public function MaestroQueue::getCompletedTime in Maestro 8.2
Same name and namespace in other branches
- 3.x 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\EntityCode
public function getCompletedTime() {
return $this
->get('completed')->value;
}