TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface ITaskBase in Tinman.Core.Threading.Pooling

interface ITaskBase base of ITask
  ITaskVoid
  TaskBase

Attributes

Flags

The task flags.

property Flags { get }
type TaskFlags
value The task flags.

Group

The group this task belongs to.

property Group { get set }
type TaskGroup
value The task group or null to use the default task group.

Name

Human-readable name of this task.

property Name { get }
type string
value [not-null] The task name.

Remarks:

The name is primarily used for error reporting.