eppye-bots / bots

Automatically exported from code.google.com/p/bots
65 stars 126 forks source link

Improve: add user script entries at start/end of a run #260

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
run->commands->routes->routepart

per run:
  script: pre (botsengine global route-script) NEW
  run commands (new, resend etc):
  script: post (botsengine global route-script) NEW

per command:
  script: pre<command> (botsengine global route-script) NEW
    <command> itself
  script: post<command> (botsengine global route-script)

per route/routepart
lots of exits
but user exit has to test for seq.

And next to this an acceptance user script, fixed script name.
functions pretest, posttest.

Remark/error: user script file is imported for each part instead of route!

Original issue reported on code.google.com by hjebb...@gmail.com on 20 Dec 2013 at 6:08

GoogleCodeExporter commented 9 years ago

Original comment by hjebb...@gmail.com on 28 Dec 2013 at 12:40

GoogleCodeExporter commented 9 years ago

Original comment by hjebb...@gmail.com on 10 Sep 2014 at 2:46