[F] getFinalStateOverride
function getFinalStateOverride(program, operation): undefined | FinalStateValue;Get the overridden final state value for this operation, if any
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
program | Program | The program to process |
operation | Operation | The operation to check for an override value |
Returns
Section titled “Returns”undefined | FinalStateValue
The FInalStateValue if it exists, otherwise undefined