ITaskTeardownContext.

Successful Property

Summary

Gets a value indicating whether this CakeTask was successful.
Namespace
Cake.Core
Containing Type
ITaskTeardownContext

Syntax

bool Successful { get; }

Value

Type Description
bool true if successful; otherwise false.