WebFarmHelperCreateTask Method |
Creates task.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static bool CreateTask(
WebFarmTaskBase task
)
Parameters
- task
- Type: CMS.CoreWebFarmTaskBase
Web farm task with its data to be created.
Return Value
Type:
BooleanReturns true if the task was created (web farm is set up and task was allowed)
See Also