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, 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.