AmDaemon (Daemon property)

From m204wiki
Revision as of 00:54, 16 February 2014 by JALWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

Is the current thread controlled by a Daemon? (Daemon class)


AmDaemon returns a Boolean enumeration to indicate whether AmDaemon was issued on a daemon thread.

Syntax

%boolean = %(Daemon):AmDaemon

Syntax terms

%boolean An enumeration object of type Boolean to contain the returned value of AmDaemon. AmDaemon returns True if issued on a daemon thread; otherwise it returns False.
%(Daemon) The class name in parentheses denotes a shared method. AmDaemon can also be invoked via a Daemon object variable, which may be Null.

See also