Open action

The Open action in the DLL package enables you to open the reference file.

Settings

  • In the File path field, specify the location of the path.
  • Select any of the following tabs to specify the location of the DLL you want to use:
    • Control Room file: Use a DLL that is available in the Control Room.
    • Desktop file: Use a DLL that is available on a device.
    • Variable: Use a file variable to specify the location of the DLL.
  • Select any of the following tabs to create a DLL session:
    • Local session: Specify a session name that can be used only in the current bot.
    • Global session: Specify a session name that can be used across multiple bots such as parent bots, child bots, and other child bots of the parent bots.

      See Sharing sessions across bots.

      Recommendation: The parent and child bots should have the same package version.
    • Variable: Specify a session variable that can be used to share that session with other child bots.

      When you run the bot, it passes the session variable to the child bot, which enables the child bot to use the DLL opened in the parent bot.

Note: The DLL package supports only DLLs written in C#.