startDaemon

Start the daemon in either as a persistant background process or a oneshot update.

nothrow
bool
startDaemon
(
ref from.miniorm.Miniorm db
,
Flag!"background" bg
)

Return Value

Type: bool

true if the daemon where started.

Meta