OpenWGA 7.2 - TMLScript reference

ProcessContext
Method :

kill()

On object ProcessContext
Usage Kills the current process context
Description
This will clear all data on the process context. If the process context is again called for the same form instance it will be empty and have a different id.

Call this at the end of a WebTML form process to release all resources attached to it and to prevent it from being used again.
Allowed in script types
  • WebTML pages and normal WebTML actions
  • Master actions