project BLF > class DeActivate > method Main
Description
The main method contains the code that whould be executed when the appserver agent is deactivated. Currently it makes sure the unit test logging is working correctly.
Internal usage
unused
program code (program1/deactivate.p)
/* Deactivate logging */
run SetDebugLevelInPool (0, 0, yes).
run DeActivateInPool.
delete widget-pool "non-persistent" no-error.
delete widget-pool "queryobjects" no-error.