Official companion web site
queryChanges
Reports all the files that have changes pending. Does not report the location of those changes within the configuration file.
print AdminConfig.queryChanges()
reset
Discards any pending changes.
AdminConfig.reset()
save
Makes any pending changes permanent.
AdminConfig.save()