AmDaemon (Daemon property): Difference between revisions
Jump to navigation
Jump to search
m (can I edit a locked page) |
m (Unprotected "AmDaemon (Daemon property)": unlock) |
(No difference)
|
Revision as of 23:17, 18 March 2011
Is the current thread controlled by a Daemon? (Daemon class)
Syntax
%boolean = %(Daemon):AmDaemon
Syntax terms
%boolean | A declared enumeration object of type Boolean to contain the returned value of AmDaemon. |
---|---|
%(Daemon) | The class name in parentheses denotes a shared method. AmDaemon can also be invoked via a Daemon object variable, which may be null. |
AmDaemon returns True
if issued on a daemon thread; otherwise it returns False
.