mirror of
https://ranger.innolan.net/rainlance/AmiTimeKeeper.git
synced 2025-10-07 12:43:00 +00:00
5 lines
175 B
Rexx
5 lines
175 B
Rexx
/* Start TimeKeeper synchronization */
|
|
SAY ('Starting TimeKeeper synchronization ...')
|
|
Address TIMEKEEPER.1 START
|
|
IF TIMEKEEPER.ERRORCODE ~= 0 THEN SAY (TIMEKEEPER.ERRORTEXT)
|