List of DaemonLost methods: Difference between revisions

From m204wiki
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">[[DaemonOutput (DaemonLost function)|DaemonOutput]]</td><td valign="top">Stringlist copy of last output stream of lost daemon thread</td></tr>
<tr><td valign="top">[[DaemonOutput (DaemonLost property)|DaemonOutput]]</td><td valign="top">Stringlist copy of last output stream of lost daemon thread</td></tr>
<tr><td valign="top">[[New (DaemonLost constructor)|New]]</td><td valign="top">Create a new DaemonLost object</td></tr>
<tr><td valign="top">[[New (DaemonLost constructor)|New]]</td><td valign="top">Create a new DaemonLost object</td></tr>
</table>
</table>

Revision as of 20:18, 25 March 2011

The following are the available DaemonLost class methods.

MethodDescription
DaemonOutputStringlist copy of last output stream of lost daemon thread
NewCreate a new DaemonLost object

See also