Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 582 Bytes

customsystemeventtriggerrecurrence.md

File metadata and controls

26 lines (18 loc) · 582 Bytes
-api-id -api-type
T:Windows.ApplicationModel.Background.CustomSystemEventTriggerRecurrence
winrt enum

Windows.ApplicationModel.Background.CustomSystemEventTriggerRecurrence

-description

Specifies when a CustomSystemEventTrigger may be activated.

-enum-fields

-field Once:0

The trigger can only be activated once per session.

-field Always:1

The trigger can always be activated.

-remarks

-see-also

-examples