IBackgroundTaskInstance.SuspendedCount Property

Definition

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 = iBackgroundTaskInstance.suspendedCount;
Public ReadOnly Property SuspendedCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

The number of times the background task has been suspended.

Applies to