Process link

Element that performs the process specified in the link.

Properties

  • Process path*: [String] Path to a process file (c:\folder\file.ltw)

  • Mapping*: [LTools.Common.Model.VariablesMapping] Arguments mapping

  • Run in SnadBox: Execute process in Windows SandBox

  • Close: Close SandBox on finish

  • Start timeout*: [Int32] SandBox start timeout

  • Finish timeout*: [Int32] Robot finish timeout (0 - infinite)

  • Parallel: Start SandBox parallel to main process

LTools.Common.Model.VariablesMapping

Properties:

  • [String] [Scripting.Model.ScriptVariable]: Variable reference

  • ThrowOnKeyNotExists [Boolean]: Throw exception if argument does not exist

Methods:

  • AddMapping(string, Scripting.Model.ScriptVariable): Add new mapping (argument, variable)

  • DeleteMapping(string): Delete mapping (argument)

Last updated