BackgroundTaskInfo Class
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.
Represents the metadata and result of a background task managed by the BackgroundAgentsProvider.
public sealed class BackgroundTaskInfo
type BackgroundTaskInfo = class
Public NotInheritable Class BackgroundTaskInfo
- Inheritance
-
BackgroundTaskInfo
Constructors
| Name | Description |
|---|---|
| BackgroundTaskInfo() | |
Properties
| Name | Description |
|---|---|
| AgentName |
Gets or sets the name of the agent that is executing this background task. |
| Description |
Gets or sets a description of what this background task is doing. |
| ErrorText |
Gets or sets the error message if the background task failed. |
| Id |
Gets or sets the unique identifier for this background task. |
| ResultText |
Gets or sets the text result of the background task, populated when the task completes successfully. |
| Status |
Gets or sets the current status of this background task. |