This commit is contained in:
2025-03-28 18:22:16 +01:00
parent 406c1b77ed
commit ebf31756b5
3 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -20,7 +20,9 @@ if __name__ == "__main__":
"""
system = XtendRSystem()
system.attach("example_plugin", my_callback) # Assuming 'example_plugin/plugin_info.json' exists
time.sleep(6)
for i in range(3):
print(f"Main program is running iteration {i+1}...")
time.sleep(2)
system.run("example_plugin", test="Hello!")
system.stop("example_plugin")
system.run("example_plugin", 25)