Overview

Nintex RPA LE works with these functions.

C# and VB.NET functions

Function Description

RPAEngine.LoadDLL

Loads a DLL file for the code to utilize

RPAEngine.SetVar

Sets the value of the specified variable.

Python function

Function Description

RPAEngine.SetVar

Sets the value of the specified variable.

VBScript functions

Function Description

RPAEngine.ClearStatus

Clears the text in the status bar.

RPAEngine.GetVar

Retrieves the value of the specified variable.

RPAEngine.SetStatus

Displays the specified text in the status bar.

RPAEngine.SetVar

Sets the value of the specified variable.

RPAEngine.StopTask

Immediately stops the running task.