IntegrationSynchronizationInfoProviderSetIntegrationSynchronizationRunning Method |
Sets a flag indicating that task is being processed.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax public static bool SetIntegrationSynchronizationRunning(
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