Summary
Gets or sets the expected exit code.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- ExecTask
Syntax
[TaskAttribute("expectedexitcode")]
public int ExpectedExitCode { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
int | The expected exit code. |