ContinueAsynchronously (Daemon subroutine)
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:
|
Usage notes
- Issuing a ContinueAsynchronously against a daemon not in a ReturnToMaster wait results in an IncorrectDaemonState exception.
- The Continue and ContinueIndependently methods also tell a daemon to continue from a ReturnToMaster.