Hi Fabricio,
In server side, you have Timers in OutSystems to do that.
In client side, you can establish a polling mechanism with Javascript, using the setInterval function, see an example here.
Since you mention Mobile applications, to run Javascript, you just have to drag the Javascript action from the left sidebar to your logic and write your Javascript.

Hope it helps.
Kind Regards,
João