ScheduledAction.IsScheduled Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the scheduled status of the action.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
IsScheduled is true if future invocations of the action are scheduled to occur. The value will be false if the ExpirationTime has already passed. For ScheduledTask objects, IsScheduled will be false if the agent called the Abort method to cancel execution. If the user disables scheduled actions for the application, IsEnabled and IsScheduled will both be false.