SignalExt.onExitException

Unused IApplicationExtension methods.

We just need to provide an "empty" implementation to satisfy the interface.

  1. void preRun(IApplication app, istring[] args)
  2. void postRun(IApplication app, istring[] args, int status)
  3. ExitException onExitException(IApplication app, istring[] args, ExitException exception)
    class SignalExt

Meta