Daemon

Server.Modules. Daemon

# new Daemon(coreObj) → {Server.Modules.Daemon}

This is the Daemon Module of the Blackrock Application Server. It allows the user to run the application server as a system daemon, as opposed to being tied to the current console session. There are currently no accessible methods exposed on this module.

Parameters:
Name Type Description
coreObj Server.Modules.Core

The Core Module Singleton

Author:
  • Darren Smith
License:
  • Licensed under the LGPL license.
Returns:

module - The Daemon Module Singleton

Type
Server.Modules.Daemon

Extends