Hello,
I'm trying to add a hook for when a task exits. I've added the following code to the bottom of my config file:
Task.addHookSet({
exitFxn: '&myExit'
});
My code compiles fine but immediately goes to loader_exit when I start it. If I comment out the addHookSet(), my program executes normally. What could cause this crash? Are there other specific settings needed within BIOS to enable the use of task hooks?
Thanks,
Eric