Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 933 Bytes

File metadata and controls

25 lines (18 loc) · 933 Bytes
-api-id P:Windows.ApplicationModel.Background.BackgroundTaskBuilder.TaskGroup
-api-type winrt property

Windows.ApplicationModel.Background.BackgroundTaskBuilder.TaskGroup

-description

Gets and sets the group identifier.

-property-value

The group identifier.

-remarks

To reduce collisions with other group identifiers, consider including your domain name in the group identifier. For example: "com.contoso.appname.tasks". Or use the string form of a GUID.

-see-also

Launching, resuming, and background tasks

-examples

Background Task code sample See scenario 6 for a grouped task example.