Home / comp / gb / application / daemon 
Application.Daemon (gb)
Syntax
STATIC PROPERTY Daemon AS Boolean
Set this property to TRUE to make the current application a daemon.

When becoming a daemon:

You cannot set this property to FALSE once you have became a daemon.

The temporary directory of the application is renamed as its process identifier changes after the fork.