ITaskBase

Description

interface Tinman.Core.Threading.Pooling.ITaskBase

Extended by

ITask
ITaskVoid
TaskBase abstract

Base interface for background tasks.

Public / Attributes

Flags


public attribute Flags → (get)

value : TaskFlags

The task flags.

The task flags.

Group


public attribute Group → (get,set)

value : TaskGroup

The task group or null to use the default task group.

The group this task belongs to.

Name


public attribute Name → (get)

value : string

[not-null]
The task name.

Human-readable name of this task.

The name is primarily used for error reporting.