Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
CGIStop event
Fires when CGI finishes its execution.
Syntax
- Basic
Private Sub object_CGIStop (ByRef User, ByVal success)
The CGIStop(object,User,success) syntax has these parts:
The CGIStop(object,User,success) syntax has these parts:
object | An expression evaluating to an object of type wodWebServer |
User | WebUser object. Reference to user that called CGI script. |
success | Boolean value. Boolean value that holds True if CGI execution was successful, or False if it failed. |