TaskKey

A task key must be unique.

Constructors

this
this(immutable(Command)[] commands, string workingDirectory)
Undocumented in source.

Members

Functions

opCmp
int opCmp(typeof(this) that)
opEquals
bool opEquals(typeof(this) that)

Compares this key with another.

Variables

commands
immutable(Command)[] commands;

The commands to execute in sequential order. The first argument is the name of the executable.

workingDirectory
string workingDirectory;

The working directory for the commands, relative to the current working directory of the build system. If empty, the current working directory of the build system is used.

Meta