AppResourceGroupBackgroundTaskReport.TaskId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the background task's identifier.
public:
property Platform::Guid TaskId { Platform::Guid get(); };
winrt::guid TaskId();
public Guid TaskId { get; }
var guid = appResourceGroupBackgroundTaskReport.taskId;
Public ReadOnly Property TaskId As Guid
Property Value
The background task GUID.
Windows requirements
App capabilities |
appDiagnostics
|
Remarks
The identifier is an internally generated session-unique identifier. You can use it to disambiguate multiple background task instances.