Script execution

This commit is contained in:
gac-S_Changer
2017-02-27 08:39:42 +01:00
parent ef893dc9cc
commit 8612d75bf8

View File

@@ -312,7 +312,9 @@ class RobotTCP(TcpDevice, Stoppable):
def get_task_status(self, name):
code = self.eval_int('taskStatus("' + str(name)+ '")')
#TODO: String assignments in $exec causes application to freeze
#status = self.eval_str('help(' + str(code)+ ')')
status = get_help.evaluate('get_help("' + str(code)+ '")')')
return code
#Updating