// ************* DO NOT USE FROM INSIDE A PROCESS *************
/// Get the configuration file of the pipeline service. Must only be used for configuration values that may be different on different services, such as tool paths.
/// Get the configuration file of the pipeline service. Must only be used for configuration values that may be different on different services, such as tool paths.
/// Get a value from the currently active project configuration. If false, don't use, no need to write warnings to service log, already written, set exit state and exit if necessary
/// Get a value from the currently active project configuration. If false, don't use, no need to write warnings to service log, already written, set exit state and exit if necessary
// Ignored process plugins, like CProcessMaxShape, which should be completely ignored by the master service, even if they are configured to be used inside the process sheets.
// Ignored process plugins, like CProcessMaxShape, which should be completely ignored by the master service, even if they are configured to be used inside the process sheets.
// MasterIgnoreProcessPlugins={ }; // Only used by the master service. NOT USED, USE WORKSPACE INTEAD!
// MasterIgnoreProcessPlugins={ }; // Only used by the master service. NOT USED, USE WORKSPACE INTEAD!
// MasterTerminalPassword="MASTERCLIENTPASSWORD"; // Only used by the master service.
// MasterTerminalPassword="MASTERCLIENTPASSWORD"; // Only used by the master service.