MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: checkpoints




OK - try this:
 
@verb #0:checkpoint_started checkpoint_finished tnt rxd
@program #0:checkpoint_started
if (verb == "checkpoint_started")
notify(#2, "Checkpoint started Boss.");
elseif (verb == "checkpoint_finished")
args ? notify(#2, "Checkpoint OK Boss") | notify(#2, "Checkpoint failed
Boss.");
endif
.

 - and you should be spammed every time it checkpoints with info
about when it started and whether it was successful or not.

Cheers!

John

--
                                  -----------------------------------------
John Towell, Ph.D.               |   "Among the many virtues of text-based | 
Post-doc: Informatics            |      Networked Virtual Environments     |
Northern Illinois University     |       is lack of having to take notes." |
                                 |               ... Watson Crick          |
m50jft1@131.156.1.191             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://131.156.1.191/server/m10ert1/ECCC/johnhome.html


Follow-Ups:

Home | Subject Index | Thread Index