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