Dit is een automatische vertaling. De originele post is beschikbaar in Engels.

PAGE('SYNC_ACTIVE')

Gebruik dit commando om te controleren of er momenteel een synchronisatie loopt. Deze informatie is belangrijk als we automatisch een synchronisatie starten (bijv. met een timer). In dat geval willen we controleren of er al een synchronisatie loopt.

bool PAGE('SYNC_ACTIVE');

example:
if PAGE('SYNC_ACTIVE') THEN
  …
end;"