List of Daemon methods: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
m Automatically generated page update  | 
				m Automatically generated page update  | 
				||
| Line 1: | Line 1: | ||
<!-- This page was automatically generated and will be automatically  | <!-- This page was automatically generated and will be automatically  | ||
      replaced, so any manual edits will be lost. You've been warned. -->  |       replaced, so any manual edits will be lost. You've been warned. -->  | ||
The following are the available [[Daemon class]] methods.  | The following are the available <var>[[Daemon class|Daemon]]</var> class methods.  | ||
{{Template:Method list header|class=Daemon}}  | {{Template:Method list header|class=Daemon}}  | ||
<div class="showVisit">  | <div class="showVisit">  | ||
Revision as of 15:17, 16 June 2011
The following are the available Daemon class methods.
| Method | Description | 
|---|---|
| AmDaemon | Is the current thread controlled by a Daemon? | 
| AsynchronousFinished | Is the asynchronous request on this Daemon finished? | 
| 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 | Return 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 |