Add button code to action button scriptcontext

Uncategorized

A script writer can now access the action button that triggered a script, using a script context variable:
var button = ScriptContext.ScriptParameters.GetParameter("ListScript") as ListScript;