cherokee
19th June 2008, 15:39
Hello everyone,

when running a session in a job, is the background flag true? or I have to use the job.process flag to perform a particular statment? for instance...

if background then ....

or

if job.process then...

Your comments will be appreciated.

Thanks,

cherokee
19th June 2008, 15:59
Sorry... after doing the first thing I have to do ( read the manual) I found that, yes, there is a difference.

I shall use job.proces. When running a session in a job the background var is zero!