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.

Namespace:  Microsoft.Phone.Scheduler
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public ReadOnly Property IsScheduled As Boolean
public bool IsScheduled { get; }

Property Value

Type: System..::.Boolean
Type: Boolean. The scheduled status of the action.

Remarks

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.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

ScheduledAction Class

Microsoft.Phone.Scheduler Namespace