Function: nameAutorun()
nameAutorun(
owner,name,params):string
Computes the autorun name based on the owner, name, and parameters. Internal use only.
Parameters
owner
string
the owner of the autorun.
name
string
the name of the autorun.
params
Record<string, any> = {}
the parameters for specific autorun.
Returns
string
the computed autorun name.