DaemonOutput (DaemonLost property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
 
{{Template:DaemonLost:DaemonOutput subtitle}}
<span class="pageSubtitle"><section begin=dpl_desc/>Stringlist containing copy of last output stream of loast daemon thread<section end=dpl_desc/></span>
[[Category:DaemonLost methods|DaemonOutput property]]
<p>
DaemonOutput is a member of the [[DaemonLost class]].
</p>


The contents of this stringlist might be useful in determining why the
The contents of this stringlist might be useful in determining why the
daemon thread was restarted.
daemon thread was restarted.
==Syntax==
==Syntax==
<p class="syntax">%sl = %dLost:DaemonOutput
{{Template:DaemonLost:DaemonOutput syntax}}
</p>
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 20: Line 14:


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

Revision as of 20:42, 25 March 2011

Stringlist copy of last output stream of lost daemon thread (DaemonLost class)

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 can be empty, that is, have no items.
%dLost A reference to an instance of a DaemonLost object.

See also