AmDaemon (Daemon property): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (→Syntax terms) |
||
Line 7: | Line 7: | ||
<td>A declared enumeration object of type <var>[[Enumerations#Using Boolean enumerations|Boolean]]</var> to contain the returned value of <var>AmDaemon</var>. </td></tr> | <td>A declared enumeration object of type <var>[[Enumerations#Using Boolean enumerations|Boolean]]</var> to contain the returned value of <var>AmDaemon</var>. </td></tr> | ||
<tr><th><var>%(Daemon)</var></th> | <tr><th><var>%(Daemon)</var></th> | ||
<td>The class name in parentheses denotes a [[Notation conventions for methods#Shared methods and constructors|shared]] method. <var>AmDaemon</var> can also be invoked via a <var>Daemon</var> object variable, which may be | <td>The class name in parentheses denotes a [[Notation conventions for methods#Shared methods and constructors|shared]] method. <var>AmDaemon</var> can also be invoked via a <var>Daemon</var> object variable, which may be <var>Null</var>.</td></tr></table> | ||
<var>AmDaemon</var> returns <code>True</code> if issued on a daemon thread; otherwise it returns <code>False</code>. | <var>AmDaemon</var> returns <code>True</code> if issued on a daemon thread; otherwise it returns <code>False</code>. |
Revision as of 00:34, 23 August 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
.