Enum RunMode
Script execution Mode
public enum RunModeFields
MakeRobotProgram = 3Makes the robot program.
MakeRobotProgramAndStart = 5Makes the robot program and starts it on the robot (independently from the PC).
MakeRobotProgramAndUpload = 4Makes the robot program and updates it to the robot.
QuickValidate = 2Performs a quick check to validate the robot movements.
RunRobot = 6Moves the real robot from the PC (PC is the client, the robot behaves like a server).
Simulate = 1performs the simulation moving the robot (default)