Search found 2 matches

by andydoc1
Thu Aug 26, 2021 1:50 am
Forum: General Discussion
Topic: Python parameters
Replies: 2
Views: 2059

Python parameters

Sorry if I am being obtuse but this: start_task(ext_name, params = '') Method. Start task by number or External Name. Parameters · ext_name - task number or external name · params - parameters of the task to be launched. Empty string by default. Parameters can be set as text, one parameter per line ...
by andydoc1
Wed Aug 25, 2021 11:49 pm
Forum: General Discussion
Topic: Bug report
Replies: 1
Views: 1560

Bug report

I am developing a python script. Part is as follows: #from robotask import * from datetime import datetime, timedelta import subprocess, os #rt = RoboTask() #print(rt.version) symbols = ["GBPJPY"] v = datetime.now() numdays=1 w = v - timedelta(days=(numdays+1)) def save_and_run_config(): c...