.SignalHandler.Catch (gb.signal)
Static Sub Catch ( )
Catch the signal.
Each time the signal is received, the static public event handler
Application_Signal
is called in the startup class:
Static Public Sub Application_Signal ( Signal As Integer )
Signal is the signal that has been received.
If you don't want to catch the signal anymore, use the
Reset method.