DaemonOutput (DaemonLost property)

From m204wiki
Revision as of 04:06, 22 April 2011 by Goff (talk | contribs) (match syntax table to syntax template, tags and edits)
Jump to navigation Jump to search

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