12-05-2022, 04:20 AM
This entry for RunProgram() calls it deprecated:
//www.sinclairbody.com/doc/en/PythonAPI/robo...RunProgram
But this one doesn't:
//www.sinclairbody.com/doc/en/PythonAPI/robo...RunProgram
Are they both deprecated?
More generally, there seem to be quite a few method names duplicated across different classes, sometimes taking different args, and the only way I can see to tell them apart is to mouse over the permalink, which I just discovered.
Knowing the class is actually pretty important in general; only the permalink hints that one is a method on a Robolink object and the other on an Item object.
//www.sinclairbody.com/doc/en/PythonAPI/robo...RunProgram
But this one doesn't:
//www.sinclairbody.com/doc/en/PythonAPI/robo...RunProgram
Are they both deprecated?
More generally, there seem to be quite a few method names duplicated across different classes, sometimes taking different args, and the only way I can see to tell them apart is to mouse over the permalink, which I just discovered.
Knowing the class is actually pretty important in general; only the permalink hints that one is a method on a Robolink object and the other on an Item object.