mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
8 lines
218 B
C#
8 lines
218 B
C#
public enum ESubscriptionProcessingState
|
|
{
|
|
eSubscriptionProcessingStateQuarantine = 3,
|
|
eSubscriptionProcessingStateUpdated = 2,
|
|
eSubscriptionProcessingStateRefreshing = 1,
|
|
eSubscriptionProcessingStateCreated = 0
|
|
}
|