_getLastSyncDate
Documentation: _getLastSyncDate
Function
_getLastSyncDate
function retrieves the timestamp of the last synchronization for a specified job. The timestamp is returned in a standardized format to facilitate time comparisons and logging.Function Signature:
Parameters:
jobname
:string
Return Value:
"yyyy-MM-ddTHH:mm:ss.fff"
. This format includes:string
Function Workflow:
1.
2.
3.
"yyyy-MM-ddTHH:mm:ss.fff"
format.4.
Example Usage:
Important Considerations:
jobname
parameter accurately matches the job's name as used in the system to retrieve the correct synchronization date._getLastSyncDate
, you can efficiently retrieve and utilize the last synchronization timestamp for specific jobs, aiding in monitoring and scheduling tasks.