Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
shutdown (end running functions)
#2
You could make a button and place it in your dialog, with a code like this:
Code:
Copy      Help
shutdown -6 0 "Function1"
shutdown -6 0 "Function2"
shutdown -6 0 "Function3"
shutdown -6 0 "Function4"
shutdown -6 0 "Function5"
shutdown -6 0 "Function6"
;;;shutdown -6 0 "Function7"
;;;shutdown -6 0 "Function8"
;;;shutdown -6 0 "Function9"
;;;shutdown -6 0 "Function10"
;;;shutdown -6 0 "Function11"
;;;shutdown -6 0 "Function12"
;;;etc.

and when you want it all to shutdown, just click that button and have it shutdown all the functions and leave the dialog open.

Note: You must fill in "Function1", "Function2", etc. with the function names you want to shutdown.
Taking on Quick Macros one day at a time


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)