Skip to content

[F] getFinalStateOverride

function getFinalStateOverride(program, operation): FinalStateValue | undefined

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

FinalStateValue | undefined

The FInalStateValue if it exists, otherwise undefined