List of Daemon methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 6: | Line 6: | ||
<table class="wikitable"> | <table class="wikitable"> | ||
<tr><th>Method</th><th>Description</th></tr> | <tr><th>Method</th><th>Description</th></tr> | ||
<tr><td valign="top">[[AmDaemon (Daemon property)|AmDaemon]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[AmDaemon (Daemon property)|AmDaemon]]</td><td valign="top">Is the current thread controlled by a Daemon?</td></tr> | ||
<tr><td valign="top">[[GetInputObject (Daemon subroutine)|GetInputObject]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[GetInputObject (Daemon subroutine)|GetInputObject]]</td><td valign="top">Retrieve input object passed by master thread</td></tr> | ||
<tr><td valign="top">[[HaveDaemon (Daemon property)|HaveDaemon]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[HaveDaemon (Daemon property)|HaveDaemon]]</td><td valign="top">Is the thread associated with this Daemon accessible?</td></tr> | ||
<tr><td valign="top">[[LastCommandErrorCount (Daemon property)|LastCommandErrorCount]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[LastCommandErrorCount (Daemon property)|LastCommandErrorCount]]</td><td valign="top">Number of errors since the last Run invocation</td></tr> | ||
<tr><td valign="top">[[MasterNumber (Daemon property)|MasterNumber]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[MasterNumber (Daemon property)|MasterNumber]]</td><td valign="top">User number of the master thread</td></tr> | ||
<tr><td valign="top">[[New (Daemon constructor)|New]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[New (Daemon constructor)|New]]</td><td valign="top">Create a new Daemon</td></tr> | ||
<tr><td valign="top">[[Open (Daemon subroutine)|Open]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[Open (Daemon subroutine)|Open]]</td><td valign="top">Open a file/group on the Daemon thread</td></tr> | ||
<tr><td valign="top">[[ParentNumber (Daemon property)|ParentNumber]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[ParentNumber (Daemon property)|ParentNumber]]</td><td valign="top">User number of the parent thread</td></tr> | ||
<tr><td valign="top">[[ReturnInfoObject (Daemon subroutine)|ReturnInfoObject]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[ReturnInfoObject (Daemon subroutine)|ReturnInfoObject]]</td><td valign="top">Return an info object to the master thread</td></tr> | ||
<tr><td valign="top">[[ReturnObject (Daemon subroutine)|ReturnObject]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[ReturnObject (Daemon subroutine)|ReturnObject]]</td><td valign="top">Retern an object to the master thread</td></tr> | ||
<tr><td valign="top">[[Run (Daemon function)|Run]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[Run (Daemon function)|Run]]</td><td valign="top">Run a set of commands on the Daemon thread</td></tr> | ||
<tr><td valign="top">[[RunAsynchronously (Daemon subroutine)|RunAsynchronously]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[RunAsynchronously (Daemon subroutine)|RunAsynchronously]]</td><td valign="top">Run commands on the Daemon thread asynchronously</td></tr> | ||
<tr><td valign="top">[[RunIndependently (Daemon subroutine)|RunIndependently]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[RunIndependently (Daemon subroutine)|RunIndependently]]</td><td valign="top">Run commands on an independent Daemon thread</td></tr> | ||
<tr><td valign="top">[[UserNumber (Daemon property)|UserNumber]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[UserNumber (Daemon property)|UserNumber]]</td><td valign="top">User number of the thread associated with this Daemon</td></tr> | ||
<tr><td valign="top">[[UserStatistics (Daemon function)|UserStatistics]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[UserStatistics (Daemon function)|UserStatistics]]</td><td valign="top">Statistics for the thread associated with this Daemon</td></tr> | ||
<tr><td valign="top">[[WaitAsynchronous (Daemon function)|WaitAsynchronous]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[WaitAsynchronous (Daemon function)|WaitAsynchronous]]</td><td valign="top">Wait for an asynchronous result</td></tr> | ||
</table> | </table> | ||
</div> | </div> |
Revision as of 20:03, 1 March 2011
The following are the available Daemon class methods.
Method | Description |
---|---|
AmDaemon | Is the current thread controlled by a Daemon? |
GetInputObject | Retrieve input object passed by master thread |
HaveDaemon | Is the thread associated with this Daemon accessible? |
LastCommandErrorCount | Number of errors since the last Run invocation |
MasterNumber | User number of the master thread |
New | Create a new Daemon |
Open | Open a file/group on the Daemon thread |
ParentNumber | User number of the parent thread |
ReturnInfoObject | Return an info object to the master thread |
ReturnObject | Retern an object to the master thread |
Run | Run a set of commands on the Daemon thread |
RunAsynchronously | Run commands on the Daemon thread asynchronously |
RunIndependently | Run commands on an independent Daemon thread |
UserNumber | User number of the thread associated with this Daemon |
UserStatistics | Statistics for the thread associated with this Daemon |
WaitAsynchronous | Wait for an asynchronous result |