Skip to content

[UI Builder] Working on TMflow Project

Open adesignated project and save it as a new project or overwrite it.
OperatorActiveX->OpenProject = TMflowProjectName_string
OperatorActiveX->SaveProject = TMflowProjectName_string

Open main flow,
OperatorActiveX1->ShowFlow = ""

Check if the robot is currently running with a Project.
bool = OperatorActiveX->IsProjectRunning

Check if the robot is current under Project Editing.
bool = OperatorActiveX->IsProjectEditing

Check if the robot status is in Pause or not.
bool = OperatorActiveX->IsProjectPaused

Check if the robot permission is being accessed.
bool = OperatorActiveX->IsControlled

Powered by BetterDocs