Returns TRUE if the local task is translated (fully translated).
bool TRUE if the local task item is translated.
Overrides LocalTaskItemInterface::isCompleted
public function isCompleted() {
return $this
->get('status')->value == LocalTaskItemInterface::STATUS_COMPLETED;
}