This function is recommended instead of fvApi.GetScnText when in msgAPI mode and when the screen may be different than after the last enter (for whatever reason).
With this function you can use an await to ensure synchronous retrieval of the active value from the screen.
Example:
var name=await fvApi.GetScnTextEx(5,10,30);