ContinueAsynchronously (Daemon subroutine)

From m204wiki
Jump to navigation Jump to search

Continue processing asynchronously in daemon (Daemon class)

[Introduced in Sirius Mods 8.1]


This page is under construction.

Syntax

daemon:ContinueAsynchronously[( [Input= object])] Throws DaemonLost, IncorrectDaemonState

Syntax terms

daemon A previously defined Daemon object.
inputObj This optional, name allowed, argument is either:
  • An object passed to the daemon thread. This object must be deep copyable, as described in: "Copying objects".
  • A Boolean value. If a Null object

Usage notes

Examples

See also