| WebFarmHelperCreateTask Method | 
            Creates task.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool CreateTask(
	string taskType,
	string taskTarget = null,
	params string[] taskTextData
)
Parameters
- taskType
- Type: SystemString
 Task type
- taskTarget (Optional)
- Type: SystemString
 Target
- taskTextData
- Type: SystemString
 Task text data (such as code name, ID etc.)
Return Value
Type: 
BooleanReturns true if the task was created (web farm is set up and task was allowed)
 See Also
See Also