aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Tasks/SystemEvent.cs
blob: dbb1159622390bf75942fd19adc425665ece3dca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
namespace MediaBrowser.Model.Tasks
{
    /// <summary>
    /// Enum SystemEvent
    /// </summary>
    public enum SystemEvent
    {
        /// <summary>
        /// The wake from sleep
        /// </summary>
        WakeFromSleep
    }
}