AmDaemon (Daemon property): Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
m Unprotected "AmDaemon (Daemon property)": unlock  | 
				m Unprotected "AmDaemon (Daemon property)": unlock  | 
				||
| Line 6: | Line 6: | ||
<tr><th>%boolean</th>  | <tr><th>%boolean</th>  | ||
<td>A declared enumeration object of type Boolean to contain the returned value of AmDaemon. </td></tr>  | <td>A declared enumeration object of type Boolean to contain the returned value of AmDaemon. </td></tr>  | ||
<tr><th>%(Daemon)</th>  | <tr><th><var>%(Daemon)</var></th>  | ||
<td>The class name in parentheses denotes a shared method. <var>AmDaemon</var> can also be invoked via a <var>Daemon</var> object variable, which may be null.</td></tr></table>  | <td>The class name in parentheses denotes a shared method. <var>AmDaemon</var> can also be invoked via a <var>Daemon</var> object variable, which may be null.</td></tr></table>  | ||
Revision as of 15:43, 3 May 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.