"Job 2" will run in the same queue as if it was part of "Job 1" : Here is the setup: Job "Job 1" running in Queue A uses a JobRun() : comand to run "Job 2". The properties of "Job 2" say : to run in Queue B. : Question: Will Job 2 run in queue B as its properties state -OR- will it run : in Queue A because it is being run by a job in Queue A? : In other words, does JobRun() actually use the job queue property for the job : to be run? : Thanks, : Mark
|