TaskTeardownContext.

Skipped Property

Summary

Gets a value indicating whether this CakeTask was skipped (not executed).
Namespace
Cake.Core
Containing Type
TaskTeardownContext

Syntax

public bool Skipped { get; }

Value

Type Description
bool true if skipped; otherwise, false.