# NOT RUN {
library(umx)
umx_set_auto_run() # print existing value
old = umx_set_auto_run(silent = TRUE) # store existing value
umx_set_auto_run(FALSE) # set to FALSE
umx_set_auto_run(old) # reinstate
# }
Run the code above in your browser using DataLab