WebUIBackgroundTaskInstanceRuntimeClass.SuspendedCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of times resource management policy caused the background task to be suspended.
public:
property unsigned int SuspendedCount { unsigned int get(); };
uint32_t SuspendedCount();
public uint SuspendedCount { get; }
var uInt32 = webUIBackgroundTaskInstanceRuntimeClass.suspendedCount;
Public ReadOnly Property SuspendedCount As UInteger
Property Value
The number of times the background task has been suspended.