Class BackgroundTaskInfo
- Namespace
- Stratara.Abstractions.BackgroundTasks
- Assembly
- Stratara.Abstractions.dll
Status descriptor for an in-process background task tracked by IBackgroundTaskQueue.
[ExcludeFromCodeCoverage]
public sealed class BackgroundTaskInfo
- Inheritance
-
BackgroundTaskInfo
- Inherited Members
- Extension Methods
Properties
Error
public string? Error { get; set; }
Property Value
Id
Unique task id, assigned on enqueue.
public Guid Id { get; init; }
Property Value
Status
Current lifecycle status.
public BackgroundTaskStatus Status { get; set; }