This is a code level question. I'm writing a select plugin and I want the plugin to take some action when a job is going to be or has been queued instead of run immediately. Does one of the select plugin APIs get called in either case?
I was trying to check for this in select_p_job_test() but it doesn't look like that information is available in that function. Thanks.