Summary
Gets or sets a value indicating whether process output will be suppressed.
- Namespace
- Cake
.Core .IO - Containing Type
- ProcessSettings
Syntax
public bool Silent { get; set; }
Value
Type | Description |
---|---|
bool |
true if process output will be suppressed; otherwise, false .
|