| IntegrationSynchronizationInfoProviderSetIntegrationSynchronizationRunningInternal Method  | 
            Sets a flag indicating that task is being processed.
            
 
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntaxprotected virtual bool SetIntegrationSynchronizationRunningInternal(
	int connectorId,
	int taskId
)
Parameters
- connectorId
 - Type: SystemInt32
Connector identifier - taskId
 - Type: SystemInt32
Task identifier 
Return Value
Type: 
BooleanReturns true when 
SynchronizationIsRunning was successfully set to true.
See Also