AmDaemon (Daemon property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
{{Template:Daemon:AmDaemon subtitle}}
{{Template:Daemon:AmDaemon subtitle}}
<var>AmDaemon</var> returns <code>True</code> if issued on a daemon thread; otherwise it returns <code>False</code>.
==Syntax==
==Syntax==
{{Template:Daemon:AmDaemon syntax}}
{{Template:Daemon:AmDaemon syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">

Revision as of 00:47, 15 May 2012

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


AmDaemon returns True if issued on a daemon thread; otherwise it returns False.

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.

See also