The LuaScript
parameter specifies a Lua script to run when an event occurs. This parameter is used only when you are using the Lua handler (LibraryName=LuaHandler
)
Lua script event handlers have the form:
function handler(request, xml) ... end
request
is a table holding the request parameters.xml
is a string holding the response to the request.Type: | String |
Default: | |
Required: | No |
Configuration Section: | EventHandler |
Example: | LuaScript=./finished_handler.lua
|
See Also: | LibraryName |
|