Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@spkl spkl released this 31 May 10:02
· 9 commits to main since this release
6211aa7
  • New methods: ISingletonApp.IsInstanceRunning/IsInstanceStarting provide information on application state.
  • Marked ISingletonApp.ShutdownInstance obsolete in favor of new method ISingletonApp.ReportInstanceShuttingDown, because its method name has clearer wording.
  • Added remarks to some ISingletonApp methods to explain intended usage.