BackgroundTaskThrottleCounter BackgroundTaskThrottleCounter BackgroundTaskThrottleCounter BackgroundTaskThrottleCounter Enum

Definition

Indicates the type of throttle count to check for in a GetThrottleCount request.

public : enum class BackgroundTaskThrottleCounterpublic enum BackgroundTaskThrottleCounterPublic Enum BackgroundTaskThrottleCounter// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

All All All All

Indicates a request for all throttle counts (CPU and network).

Cpu Cpu Cpu Cpu

Indicates a request for CPU throttle count.

Network Network Network Network

Indicates a request for network throttle count.