abstract class
|
TaskBase
|
implements
|
ITaskBase
|
||
base of
|
Task
|
||||
TaskVoid
|
The task flags.
public
property
|
Flags
{
get
}
|
||
type
|
TaskFlags
|
||
value
|
The task flags. | ||
implements
|
ITaskBase.Flags
|
The group this task belongs to.
public
property
|
Group
{
get
set
}
|
||
type
|
TaskGroup
|
||
value
|
The
task
group
or
null
to
use
the
default
task
group. |
||
implements
|
ITaskBase.Group
|
Human-readable name of this task.
public
property
|
Name
{
get
}
|
||
type
|
string
|
||
value
|
|
The task name. | |
implements
|
ITaskBase.Name
|
Remarks:
The name is primarily used for error reporting.
Creates a new instance of TaskBase.
protected
constructor
|
TaskBase
(string name,
TaskFlags flags)
|
||
params
|
name
|
[not-null]
|
The task name. |
flags
|
The task flags. |