PostExecute
The callback
PostExecute(
) is called when the kernel computes the events.
The callback is defined in the
%RULE_NAME%.py
file that is located in the scripts folder of the
.
def PostExecute(reo):
tpes = reo.FindTpElementsByType(EVENTPROCESS_INPROCESS)
for x in tpes:
reo.AddTpe(x)Was this page helpful?