Click or drag to resize
ConnectorCheckCustomerDataJobStatus Method
Check the status of a GDPR customer data job.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public EventDataJobResult CheckCustomerDataJobStatus(
	string jid
)

Parameters

jid
Type: SystemString
The Job ID.

Return Value

Type: EventDataJobResult
An object containing the status of the job.
Exceptions
ExceptionCondition
IOException
See Also