DaemonOutput (DaemonLost property): Difference between revisions
Jump to navigation
Jump to search
m (match syntax table to syntax template, tags and edits) |
m (→Syntax terms) |
||
Line 7: | Line 7: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%sl</th> | <tr><th>%sl</th> | ||
<td>This <var>Stringlist</var> contains a copy of the daemon thread's last output. The <var> | <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>%daemonLost</th> | <tr><th>%daemonLost</th> | ||
<td>A reference to an instance of a <var>[[DaemonLost_class| | <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 18:26, 2 May 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. |