Project.

RunTargetsInParallel Property

Summary

Gets or sets a value indicating whether independent targets should be executed in parallel execution threads.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Project

Syntax

public bool RunTargetsInParallel { get; set; }

Value

Type Description
bool true if targets should be executed in parallel otherwise, false.