DaemonOutput (DaemonLost property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Template:DaemonLost:DaemonOutput subtitle}}
#REDIRECT [[DaemonLost class#DaemonOutput property|DaemonOutput property]]
This <var>[[Classes and Objects#readWrite|ReadOnly]]</var> property returns a <var>[[Stringlist|Stringlist]]</var> that contains a copy of the output of the last stream the daemon thread was running before it was lost (probably restarted). The contents of this stringlist might be useful in determining why the daemon thread was restarted.
[[Category:DaemonLost methods|DaemonOutput property]]
 
==Syntax==
{{Template:DaemonLost:DaemonOutput syntax}}
===Syntax terms===
<table class="syntaxTable">
<tr><th>%sl</th>
<td>This <var>Stringlist</var> contains a copy of the daemon thread's last output. The <var>Stringlist</var> may be empty, that is, have no items.
</td></tr>
<tr><th>%daemonLost</th>
<td>A reference to an instance of a <var>[[DaemonLost_class|DaemonLost]]</var> object.
</td></tr></table>
 
==See also==
{{Template:DaemonLost:DaemonOutput footer}}

Latest revision as of 00:05, 10 May 2011