Files
ZuneShell.dll/ZuneDBApi/ESubscriptionEvent.cs
T

10 lines
298 B
C#
Raw Normal View History

2021-11-11 11:18:46 -06:00
public enum ESubscriptionEvent
{
eSubscriptionEventProcessAllRulesComplete = 5,
eSubscriptionEventItemPlayedStatusChanged = 4,
eSubscriptionEventItemDownloadFinished = 3,
eSubscriptionEventItemDownloadStarted = 2,
eSubscriptionEventRefreshFinished = 1,
eSubscriptionEventRefreshStarted = 0
}