| -api-id | P:Windows.ApplicationModel.Background.BackgroundTaskBuilder.TaskGroup |
|---|---|
| -api-type | winrt property |
Gets and sets the group identifier.
The group identifier.
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.
Launching, resuming, and background tasks
Background Task code sample See scenario 6 for a grouped task example.