Runs Class
The Runs class describes the set of all delayed run objects. It can be accessed with the runs object, found in the automatically imported td module. See Run Command Examples for more info.
print(len(runs)) # number of active run objects
print(runs[0]) # first run object
for r in runs:
r.kill() # kill all run objects
Members
No operator specific members.
Methods
No operator specific methods.
TouchDesigner Build: