Click or drag to resize
IntegrationSynchronizationInfoProvider.SetIsRunning Method
Sets a flag indicating that task is being processed.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public static void SetIsRunning(
	int connectorId,
	int taskId,
	bool isRunning
)

Parameters

connectorId
Type: System.Int32
Connector identifier
taskId
Type: System.Int32
Task identifier
isRunning
Type: System.Boolean
Flag indicating that task is being processed
See Also