AmDaemon (Daemon property): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (1 revision) |
(No difference)
|
Revision as of 16:06, 26 November 2010
Checks whether the thread is a daemon.
AmDaemon is a member of the Daemon class
This shared method confirms whether the current thread is controlled by a Daemon object. The method takes no arguments and returns a boolean enumeration.
AmDaemon Syntax
%bool = %(Daemon):AmDaemon
Syntax Terms
- %bool
- A declared enumeration object of type Boolean to contain the returned value of AmDaemon.
- %(Daemon)
- The class name in parentheses denotes a shared method. Specifying %(Daemon): is not the only way to invoke the method (see :hdref refid=daemeth.).
AmDaemon returns True if issued on a daemon thread; otherwise it returns False.