2020-08-15 22:33:30 +00:00
|
|
|
|
using System;
|
|
|
|
|
|
|
|
|
|
namespace Jellyfin.Data.Events.System
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
2020-08-15 22:54:00 +00:00
|
|
|
|
/// An event that occurs when there is a pending restart.
|
2020-08-15 22:33:30 +00:00
|
|
|
|
/// </summary>
|
|
|
|
|
public class PendingRestartEventArgs : EventArgs
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|