Table_of_Contents.html
http://plectrum.com/novocard/
result%28%29.html
send%28%29.html

resumeWithMessage(...)

resumeWithMessage(text); // messageName

resumeWithMessage(text, argument);


The resumeWithMessage command is used to optionally specify the name of the message to be sent when an answer or ask command is replied to or when a wait command expires. You should execute resumeWithMessage just before answer, ask, or wait.


If you include the argument, it will be sent as an argument to the message handler. The argument can be a number, string, or object. If argument is not specified, the handler's argument will be the user's reply to the answer or ask command, if applicable.