List of Daemon methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Changed protection level for "List of Daemon methods" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
(No difference)

Revision as of 16:29, 14 May 2012

The following are the available Daemon class methods.

MethodDescription
AmDaemonIs the current thread controlled by a Daemon?
AsynchronousFinishedIs the asynchronous request on this Daemon finished?
ContinueContinue processing in daemon
ContinueAsynchronouslyContinue processing asynchronously in daemon
ContinueIndependentlyContinue processing independently in daemon
GetInputObjectRetrieve input object passed by master thread
HaveDaemonIs the thread associated with this Daemon accessible?
LastCommandErrorCountNumber of errors since the last Run invocation
MasterNumberUser number of the master thread
NewCreate a new Daemon
OpenOpen a file/group on the Daemon thread
ParentNumberUser number of the parent thread
ReturnInfoObjectReturn an info object to the master thread
ReturnObjectReturn an object to the master thread
ReturnToMasterReturn control to the master thread
RunRun a set of commands on the Daemon thread
RunAsynchronouslyRun commands on the Daemon thread asynchronously
RunIndependentlyRun commands on an independent Daemon thread
StateState of daemon thread
UserNumberUser number of the thread associated with this Daemon
UserStatisticsStatistics for the thread associated with this Daemon
WaitAsynchronousWait for an asynchronous result

See also