This is only available using the msgAPI (FVAPISession) mode.
This function works the same way as fvApi.SetCursor except that it is defined as an async function, only has the row and column arguments and will return a Promise, enabling the use of an await on the execution.
If you have a series of fvApi.SetCursor calls that you want to ensure run synchronously in the msgAPI environment, use this instead.