When overridden in a derived class, executes the task.

Namespace:  Gallio.MSBuildTasks
Assembly:  Gallio.MSBuildTasks (in Gallio.MSBuildTasks.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
public override bool Execute()
Visual Basic (Declaration)
Public Overrides Function Execute As Boolean

Return Value

true if the task successfully executed; otherwise, false.

Implements

ITask..::.Execute()()()

See Also