Phue\SoftwareUpdate::isInstallNotificationEnabled PHP Méthode

isInstallNotificationEnabled() public méthode

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