AmiTimeKeeper/arexx/stop.rx

5 lines
173 B
Rexx
Raw Normal View History

2021-01-12 22:16:18 +00:00
/* Stop TimeKeeper synchronization */
SAY ('Stopping TimeKeeper synchronization ...')
2021-01-31 19:10:59 +00:00
Address TIMEKEEPER.1 STOP
IF TIMEKEEPER.ERRORCODE ~= 0 THEN SAY (TIMEKEEPER.ERRORTEXT)