Kraken\Runtime\RuntimeModelInterface::getHash PHP Method

getHash() public method

Return failure hash if the container is in the failed state or null if it is not.
public getHash ( ) : string | null
return string | null
    public function getHash();

Usage Example

 /**
  * @override
  * @inheritDoc
  */
 public function getHash()
 {
     return $this->model->getHash();
 }