IsProductLaunchedInYourEnvironment

Purpose

Determine if the program is running in the context of the scheduler for which this library was written.

Signature

extern "C" bool FN_PREFIX_IsProductLaunchedInYourEnvironment();

Arguments

None.

Return Value

Returns TRUE if the current process is running as a job of the scheduler. Otherwise returns FALSE.

Notes

For many schedulers, the presence of certain environment variables or their values are checked to determine if the current process is running as a job of the scheduler.