Cronario\Exception\ResultException::isRetry PHP Method

isRetry() public method

Check for 'retry' status
public isRetry ( ) : boolean
return boolean
    public function isRetry()
    {
        return $this->status === self::STATUS_RETRY;
    }