namespace Umbraco.Cms.Core.Notifications; /// /// Used to notify when the core runtime can do an unattended install. /// /// /// It is entirely up to the handler to determine if an unattended installation should occur and /// to perform the logic. /// public class RuntimeUnattendedInstallNotification : INotification { }