Unit 'daemonapp' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TDaemonOptions

Set of TDaemonOption options.

Declaration

Source position: daemonapp.pp line 31

type TDaemonOptions = set of (

  doAllowStop,

  

The daemon can be stopped.

  doAllowPause,

  

The daemon can be paused.

  doInteractive

  

The daemon interacts with the desktop.

);

Description

TDaemonOption enumerates the various options a daemon can have.


Documentation generated on: Jul 24 2023