using System; namespace Jellyfin.Data.Events.System { /// /// An event that occurs when there is a pending restart. /// public class PendingRestartEventArgs : EventArgs { } }