DaemonOutput (DaemonLost property)

From m204wiki
Revision as of 20:16, 14 January 2011 by 198.242.244.47 (talk) (Created page with " <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 m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin=dpl_desc/>Stringlist containing copy of last output stream of loast daemon thread<section end=dpl_desc/>

DaemonOutput is a member of the DaemonLost class.

The contents of this stringlist might be useful in determining why the daemon thread was restarted.

Syntax

%sl = %dLost: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.