DaemonOutput (DaemonLost property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
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.
This <var>[[Classes and Objects#readWrite|ReadOnly]]</var> 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.


==Syntax==
==Syntax==

Revision as of 16:39, 5 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.

See also