From 561ab11c3d68ca120ebcf1c7b957165820cda7b8 Mon Sep 17 00:00:00 2001 From: Carsten Sonne Larsen Date: Tue, 12 Jan 2021 23:03:28 +0000 Subject: [PATCH] --- Control-utility.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Control-utility.md diff --git a/Control-utility.md b/Control-utility.md new file mode 100644 index 0000000..05d73c9 --- /dev/null +++ b/Control-utility.md @@ -0,0 +1,13 @@ +Controlling TimeKeeper without using ARexx is done through the +control utility `TimeCtrl`. The following commands are available. + +| Command | Description | +| ---------- | ---------------------------------------- | +| ID | Get application identifier | +| VERSION | Get application version number | +| STATUS | Get current synchronization status | +| START | Start the time synchronization process | +| STOP | Stop the time synchronization process | +| SHOW | Show settings window | +| HIDE | Hide settings window | +| SHUTDOWN | Shutdown TimeKeeper |