Refresh columns only

Custom column refreshes after the file change of one or two seconds:
col.autorefresh = true
I want to refresh the column as soon as the file is changed using the script.

function OnClick(clickData)
{
     code
}

Are there commands or objects that can be used in any script?

I don't think there is a way to request a faster refresh.