[F] getAction
function getAction(program, operation): undefined | null | string;Parameters
| Parameter | Type |
|---|---|
program | Program |
operation | Operation |
Returns
undefined | null | string
Deprecated
Use getActionDetails instead.
function getAction(program, operation): undefined | null | string;| Parameter | Type |
|---|---|
program | Program |
operation | Operation |
undefined | null | string
Use getActionDetails instead.