Stop Accelerator Job Acceptance
When preparing to stop Accelerator, you may wish to stop accepting new jobs so the queued jobs can drain before the shutdown.
proc VncPolicyValidateResources { resList } {
#
# This policy prevents submission of new jobs with a message
#
VovWarning "Job not not submitted; NC closed by admin"
exit
return $resList; # not reached
}