builtins

installActionSet

Description

Loads an action set in new sessions automatically.

CASL: builtins.installActionSet <result=results> <status=rc> / actionSet="string"; Lua: results, info = s:builtins_installActionSet{actionSet="string"} Python: results=s.builtins.installActionSet( actionSet="string") R: results <- cas.builtins.installActionSet(s, actionSet="string")
Settings
ParameterDescription
actionSetspecifies the name of the action set to load. The actions from the action set are available to the current session and every session that is started after this action runs.

Examples

FAQ

What is the 'installActionSet' action in the Builtins Action Set and what are its parameters?