Engine.start
From Yate Documentation
(Difference between revisions)
(Created page with " '''engine.start''' is a notification message sent by the engine to the modules that have a message handler registered for it and tells them that Yate has finished first time ...") |
|||
Line 2: | Line 2: | ||
'''engine.start''' is a notification message sent by the engine to the modules that have a message handler registered for it and tells them that Yate has finished first time initialization and is entering the main loop. | '''engine.start''' is a notification message sent by the engine to the modules that have a message handler registered for it and tells them that Yate has finished first time initialization and is entering the main loop. | ||
− | This message has no parameters | + | ===Parameters=== |
+ | |||
+ | This message has no parameters. | ||
+ | |||
+ | ===Return=== | ||
+ | |||
+ | The return value of this message is ignored by the engine. |
Revision as of 13:14, 18 January 2013
engine.start is a notification message sent by the engine to the modules that have a message handler registered for it and tells them that Yate has finished first time initialization and is entering the main loop.
Parameters
This message has no parameters.
Return
The return value of this message is ignored by the engine.