 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
LeeD
Joined: 17 May 2007 Posts: 311 Country: New Zealand |
|
Bug fix/Feature request 24x7 windows version |
|
Hi
Don't know which you would call it, but I really wish you could use the GUI (I know you can do it in JAL) to do the same action more than once on job start, etc. eg, As it stands you can only drop one semaphore file set even if you tick both start and finish in the notification events box. The file name screen should have two boxes or display twice.
Cheers
♦
|
|
Wed Feb 13, 2008 8:53 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7949
|
|
|
|
Here are two tricks
1. Embed event macro @V"event" as part of the file name. You are going to get different files for different events.
2. Don't use file actions, use scripting. In the event script code a logical work or case based on the event type
Choose Case "@V"event"", DONE
Case "Start"
... do one
Case "Finish"
... do two
Case "Error
... do three
DONE:
|
|
Wed Feb 13, 2008 9:10 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|