Statements>Resume
Introduction Installation Beginning Admin Quick Ref FTP Server SMTP Server Database Security
Statements Objects String Parsing Events Queues Samples Special names Error Handling Accessories   Back
Caravan Business Server>Help>Statements>Resume
Syntax
<CARAVAN>
      resume
</CARAVAN>
Text You can Resume a suspended event handler.
Sample

<HTML>
<BODY>
<CARAVAN>
      output "con"
            "axn confirm send->Clearing suspend\r\n"
      close output
            queue qux(AMSS_Q,tmp(destname))
            qux(resume)

</CARAVAN>
</BODY>
</HTML>
Quick Reference
Home       Back