Further documentation.
Javascript example:
var snapshotId = fields.SNAPSHOT_ID.value; try { system.snapshotManager.restoreSnapshot(snapshotId); } catch(e) { log("Error restoring snapshot: " + e); }
Further documentation.
Javascript example: