CakeAliases.

StopScheduledTaskByFolder(ICakeContext, string) Method

Assembly
Cake.ScheduledTasks.dll
Namespace
Cake.ScheduledTasks
Containing Type
CakeAliases

Syntax

public static void StopScheduledTaskByFolder(this ICakeContext context, string folderName)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext
folderName string

Return Value

Type Description
void