Author Topic: looking reactor for when commands / lisp end  (Read 1943 times)

0 Members and 1 Guest are viewing this topic.

andrew_nao

  • Guest
looking reactor for when commands / lisp end
« on: May 17, 2012, 04:14:44 PM »
does anyone have any reactor code for when a command and/or lisp ends, the reactor will start?

i thought i remember seeing one posted on here a while back but im unable to find it.

Lee Mac

  • Seagull
  • Posts: 12927
  • London, England
Re: looking reactor for when commands / lisp end
« Reply #1 on: May 17, 2012, 05:58:43 PM »
Use vlr-command-reactor / vlr-lisp-reactor reactors with callback functions evaluated on the :vlr-commandended / :vlr-lispended events. Depending on the task, also consider the :vlr-commandcancelled / :vlr-commandfailed / :vlr-lispcancelled events.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: looking reactor for when commands / lisp end
« Reply #2 on: May 17, 2012, 06:06:41 PM »
You looked at all of these?
http://goo.gl/m8Grp
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

andrew_nao

  • Guest
Re: looking reactor for when commands / lisp end
« Reply #3 on: May 18, 2012, 01:07:05 PM »
Thanks Lee thats what i was looking for

CAB, no i didnt use google, i used the search on here why it didnt display some of those posts i dont know..
thanks though :)