This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ScheduledTasks.
- Assembly
- Cake
.ScheduledTasks .dll - Namespace
- Cake
.ScheduledTasks - Containing Type
- CakeAliases
Syntax
public static void SetScheduledTaskEnabled(this ICakeContext context, string taskName, bool enabled = true)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | |
taskName | string | |
enabled | bool |
Return Value
Type | Description |
---|---|
void |