Abort Synchronization
The following example aborts the synchronization between XIA Configuration Server and a ServiceNow instance.
- Connect to the administration web service.
 - The abort method is effective for both synchronization and synchronization simulations.
 - If the synchronization is not running an exception is thrown.
 
Code Sample
# Aborts the synchronization with the ServiceNow instance.
$administration.DO_AbortServiceNowSynchronization();