Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 567 Bytes

extendedexecutionrevokedreason.md

File metadata and controls

27 lines (18 loc) · 567 Bytes
-api-id -api-type
T:Windows.ApplicationModel.ExtendedExecution.ExtendedExecutionRevokedReason
winrt enum

ExtendedExecutionRevokedReason

-description

Describes the reason background execution was revoked.

-enum-fields

-field Resumed:0

The app was resumed while it was executing in the background.

-field SystemPolicy:1

Background execution is revoked due to system resources.

-remarks

-examples

-see-also