Hello everybody,
I'm having a problem with a bob that I need to shutdown when it encounters an initialization problem...
I for some reason expected to be able to raise an exception in the userInitialize() function of the CRS and therefore halt the initialization, shutting down the bob/eWay itself.... but that's not possible (the interface does not declare any Exception to be thrown); actually even generating an exception (not throwing it) does not stop the bob/eWay initialization process, just leaves it uninitialized and the execBusinessRules() is called anyway...
I found a nice method in the EGate class() called shutdownRequest() but it seems to work only in some special case and only for eWays (I'am actually trying to stop a bob)...
does anybody know some equivalent of that method that would stop my bob?
Is the stccmd script my only possible way to do that? (@%$***^£$% :-|)
Any advise deeply appreciated.
R.