State (Daemon property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 7: Line 7:
<tr><th>%daemonState</th><td>A <var>[[DaemonState enumeration|DaemonState]]</var> enumeration variable to receive the value that indicates the current state of the daemon thread associated with the <var class="term>Daemon</var> object.</td></tr>
<tr><th>%daemonState</th><td>A <var>[[DaemonState enumeration|DaemonState]]</var> enumeration variable to receive the value that indicates the current state of the daemon thread associated with the <var class="term>Daemon</var> object.</td></tr>
<tr><th>daemon</th>
<tr><th>daemon</th>
<td>The <var>Daemon</var> object</td></tr>
<td>The <var>Daemon</var> object whose state is being returned.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
<ul>
<ul>

Revision as of 01:03, 15 May 2012

State of daemon thread (Daemon class)

[Introduced in Sirius Mods 8.1]


Syntax

%daemonState = daemon:State

Syntax terms

%daemonStateA DaemonState enumeration variable to receive the value that indicates the current state of the daemon thread associated with the Daemon object.
daemon The Daemon object whose state is being returned.

Usage notes

  • The AsynchronousFinished method is probably preferrable to the State method for determining whether an asynchronous request has completed.

See also