Summary
Gets a value indicating whether this
CakeTask
was skipped (not executed).
- Namespace
- Cake
.Core - Containing Type
- ITaskTeardownContext
Syntax
bool Skipped { get; }
Value
Type | Description |
---|---|
bool |
true if skipped; otherwise, false .
|