State (Daemon property)

From m204wiki
Revision as of 14:23, 13 May 2012 by Alex (talk | contribs)
Jump to navigation Jump to search

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

Usage notes

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

See also