DaemonOutput (DaemonLost property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (match syntax table to syntax template, tags and edits)
Line 1: Line 1:
{{Template:DaemonLost:DaemonOutput subtitle}}
{{Template:DaemonLost:DaemonOutput subtitle}}
This readOnly 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.


The contents of this stringlist might be useful in determining why the
daemon thread was restarted.
==Syntax==
==Syntax==
{{Template:DaemonLost:DaemonOutput syntax}}
{{Template:DaemonLost:DaemonOutput syntax}}
Line 8: Line 7:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%sl</th>
<tr><th>%sl</th>
<td>This Stringlist contains a copy of the daemon thread's last output. The stringlist can be empty, that is, have no items.
<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>
</td></tr>
<tr><th>%dLost</th>
<tr><th>%daemonLost</th>
<td>A reference to an instance of a DaemonLost object.
<td>A reference to an instance of a <var>[[DaemonLost_class|daemonLost]]</var> object.
</td></tr></table>


</td></tr></table>
==See also==
==See also==
{{Template:DaemonLost:DaemonOutput footer}}
{{Template:DaemonLost:DaemonOutput footer}}

Revision as of 04:06, 22 April 2011

Stringlist copy of last output stream of lost daemon thread (DaemonLost class) This readOnly property returns a Stringlist 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.

Syntax

%sl = daemonLost:DaemonOutput

Syntax terms

%sl This Stringlist contains a copy of the daemon thread's last output. The stringlist may be empty, that is, have no items.
%daemonLost A reference to an instance of a daemonLost object.

See also