Click or drag to resize
TaskHelper Class
Task management methods.
Inheritance Hierarchy
SystemObject
  CMS.BaseTaskHelper

Namespace: CMS.Base
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public static class TaskHelper

The TaskHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetTaskTypeEnum
Returns the task type enumeration value.
Public methodStatic memberGetTaskTypeString
Returns the task type string.
Public methodStatic memberIsExcludedAsyncTask
Indicates if the task type shouldn't be processed asynchronously.
Top
See Also