_resetLastSyncDate
Documentation: _resetLastSyncDate
Function
_resetLastSyncDate
function is designed to reset the last synchronization timestamp for a specified job. This operation effectively removes the existing timestamp, which can be useful for re-initializing the synchronization tracking for a job.Function Signature:
Parameters:
jobname
:string
Return Value:
Function Workflow:
1.
2.
3.
Example Usage:
Important Considerations:
jobname
parameter accurately matches the job's identifier in the system to ensure the correct synchronization date is reset._resetLastSyncDate
, you can clear the last synchronization timestamp for a job, which is useful for resetting synchronization tracking and starting fresh with new synchronization operations.