Click or drag to resize

APIRunBot Method

Run another bot (.vbs/.js/.jse/.py/.exe) from within currently running bot.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string RunBot(
	Object FullPathToBotFile
)

Parameters

FullPathToBotFile
Type: SystemObject

[Missing <param name="FullPathToBotFile"/> documentation for "M:AppRobotic.API.RunBot(System.Object)"]

Return Value

Type: String
Returns string containing 'success' or error message.
See Also