namespace Microsoft.Zune.Subscription
{
public enum SubscriptionAction
Unsubscribed = 3,
RefreshFinished = 2,
RefreshStarted = 1,
Subscribed = 0
}