Make Function Node

Figure 1. Make Function Node.

The Make Function node marks the beginning of a function. You can connect and organize nodes within a function just as you would in the main flow, which starts from the Start Node. The nodes will execute in order from the make function when the function is called (See Call “Function – Call Custom Function” in Onboarding). The Make Function node consists of following parameters:

  • Function Name: The name of the function. You have to define the name of the function. The name must be different from existing Events (See also “Event” in Onboarding) and Functions. The name must start with a letter or underscore (_). The name can contain Unicode letter characters, decimal digit characters, Unicode connecting characters, Unicode combining characters, or Unicode formatting characters. For more information, see C# identifier naming rules and conventions.
  • Takes Focus: If the Takes Focus checkbox is selected, the main flow will pause when the function is called and will continue after the function is completely executed. Otherwise, the function and the main flow will run simultaneously.