Skip to content

[F] getFinalStateOverride

function getFinalStateOverride(program, operation): undefined | FinalStateValue;

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

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

undefined | FinalStateValue

The FInalStateValue if it exists, otherwise undefined