interface
|
ITaskBase
|
base of
|
ITask
|
||
ITaskVoid
|
|||||
TaskBase
|
The task flags.
property
|
Flags
{
get
}
|
||
type
|
TaskFlags
|
||
value
|
The task flags. |
The group this task belongs to.
property
|
Group
{
get
set
}
|
||
type
|
TaskGroup
|
||
value
|
The
task
group
or
null
to
use
the
default
task
group. |
Human-readable name of this task.
property
|
Name
{
get
}
|
||
type
|
string
|
||
value
|
|
The task name. |
Remarks:
The name is primarily used for error reporting.