ExecuteExternal

The ExecuteExternal() mapping function calls an external process, similar to the job step ExecuteExternal. Parameters are:

  1. Program name with path
  2. Program Parameter
  3. (bool) ThrowTaskOnNonZeroExit
    1. with parameter „True“ the function creates a task if the program call does not return 0

Sample