// // Copyright (c) PlaceholderCompany. All rights reserved. // using System; namespace Jellyfin.Data.Events.System { /// /// An event that occurs when there is a pending restart. /// public class PendingRestartEventArgs : EventArgs { } }