Click or drag to resize
WebFarmHelperCreateTask Method
Creates task.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static bool CreateTask(
	WebFarmTaskBase task
)

Parameters

task
Type: CMS.CoreWebFarmTaskBase
Web farm task with its data to be created.

Return Value

Type: Boolean
Returns true if the task was created (web farm is set up and task was allowed)
See Also