Phue\SoftwareUpdate::isInstallNotificationEnabled PHP Method

isInstallNotificationEnabled() public method

Is the install notification enabled?
public isInstallNotificationEnabled ( ) : boolean
return boolean True if completed, false if not
    public function isInstallNotificationEnabled()
    {
        return (bool) $this->attributes->notify;
    }