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 public string RunBot(
Object FullPathToBotFile
)
Parameters
- FullPathToBotFile
- Type: SystemObject
[Missing <param name="FullPathToBotFile"/> documentation for "M:AppRobotic.API.RunBot(System.Object)"]
Return Value
Type:
StringReturns string containing 'success' or error message.
See Also