Skip to content

[F] getFinalStateOverride

function getFinalStateOverride(program, operation): undefined | FinalStateValue

Get the overridden final state value for this operation, if any

Parameters

ParameterTypeDescription
programProgramThe program to process
operationOperationThe operation to check for an override value

Returns

undefined | FinalStateValue

The FInalStateValue if it exists, otherwise undefined