ITaskTeardownContext.

Task Property

Summary

Gets the ICakeTaskInfo describing the CakeTask that has just been invoked.
Namespace
Cake.Core
Containing Type
ITaskTeardownContext

Syntax

ICakeTaskInfo Task { get; }

Value

Type Description
ICakeTaskInfo The task.