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

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

Parameters

connectorId
Type: SystemInt32
Connector identifier
taskId
Type: SystemInt32
Task identifier
isRunning
Type: SystemBoolean
Flag indicating that task is being processed
See Also