BuildContext

The build context. The members of this struct are very commonly used throughout the build system. Thus, it is more convenient to bundle them together and pass this struct around instead.

Each of these values should be propagated to recursive runs of the build system. That is, all child builds should use these settings instead of constructing their own.

Members

Variables

color
TextColor color;
Undocumented in source.
dryRun
bool dryRun;
Undocumented in source.
events
Events events;
Undocumented in source.
pool
TaskPool pool;
Undocumented in source.
root
string root;
Undocumented in source.
state
BuildState state;
Undocumented in source.
verbose
bool verbose;
Undocumented in source.

Meta