IsProductLaunchedInYourEnvironment [IronPython]
Purpose
Determine if the program is running in the context of the scheduler for which this program was written.
Signature
IsProductLaunchedInYourEnvironment(self)
Arguments (excluding self)
None.
Return Value
Returns True if the current process is running as a job of the scheduler. Otherwise, False is returned.
For many schedulers, the presence of certain environment variables or their values may be checked to determine if the current process is running as a job of the scheduler.