2019-02-21 01:07:29 +00:00
|
|
|
ALRM received
|
2019-02-21 05:41:35 +00:00
|
|
|
command false:
|
2019-05-01 23:17:23 +00:00
|
|
|
PROCESS_EXIT 1
|
|
|
|
JOB_EXIT 0
|
2019-02-21 05:41:35 +00:00
|
|
|
command true:
|
2019-05-01 23:17:23 +00:00
|
|
|
PROCESS_EXIT 0
|
|
|
|
JOB_EXIT 0
|
2019-02-21 05:41:35 +00:00
|
|
|
command false | true:
|
2019-05-01 23:17:23 +00:00
|
|
|
PROCESS_EXIT 1
|
|
|
|
PROCESS_EXIT 0
|
|
|
|
JOB_EXIT 0
|
2019-02-21 05:41:35 +00:00
|
|
|
This is the process whose exit event shuld be blocked
|
|
|
|
This should come before the event handler
|
2019-05-01 23:17:23 +00:00
|
|
|
PROCESS_EXIT 0
|
|
|
|
JOB_EXIT 0
|
2019-02-21 05:41:35 +00:00
|
|
|
Now event handler should have run
|
2019-02-23 20:41:01 +00:00
|
|
|
PROCESS_EXIT 0
|