Load Project Settings#

Loads the project settings. The setting constants are specified in the project properties.

Local OnlyWhen enabled, settings will be loaded only from the local storage, without using the Orchestrator.
Timeout[Number] Timeout in seconds.
Project Settings

[Dictionary] Returns a dictionary

with the project settings. The key of the dictionary is the setting constant specified in the project properties. The value is either text or a Requisites object with fields login and password.

Examples of expressions for working

with these settings can be seen in the expression editor in the "Project Settings" tooltip. This tooltip already contains relevant expressions for the specified constants of the current project.

Error Handling Level

Select the error handling level. Possible values:

  • "Default" - by default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Select the message level that blocks will output during execution. Possible values:

  • "Default" - by default;
  • "Release" - output is disabled;
  • "Debug" - outputs main information;
  • "Detailed" - outputs detailed information.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block's work.