Click or drag to resize
TaskHelperIsExcludedAsyncTask Method
Indicates if the task type shouldn't be processed asynchronously.

Namespace: CMS.Base
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public static bool IsExcludedAsyncTask(
	TaskTypeEnum taskType
)

Parameters

taskType
Type: CMS.DataEngineTaskTypeEnum
Task type

Return Value

Type: Boolean
See Also