routeros-scripts-main/global-wait.rsc
dumaikota 5b3ce0cd1a as
2026-01-04 23:33:23 +07:00

13 lines
406 B
Text

#!rsc by RouterOS
# Skrip RouterOS: global-wait
# Copyright (c) 2020-2026 Christian Hesse <mail@eworm.de>
# https://rsc.eworm.de/COPYING.md
#
# requires RouterOS, version=7.15
#
# wait for global-functions to finish
# https://rsc.eworm.de/doc/global-wait.md
:global GlobalConfigReady;
:global GlobalFunctionsReady;
:while ($GlobalConfigReady != true || $GlobalFunctionsReady != true) do={ :delay 500ms; }