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