LuaScript

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 of XML that contains information about the event.
Type: String
Default:  
Required: No
Configuration Section: EventHandler
Example: LuaScript=./finished_handler.lua
See Also: LibraryName