C_TKSVCSTATE
code: 66
# set
C_TKSVCSTATE <state>
# get
C_TKSVCSTATE ?
Description
Get and control TimeKeeper service state.
Actions
set, get
Parameters
state
: byte, TimeKeeper service state
STOP = 0
START = 1
RESTART = 2
Example
# set
input: C_TKSVCSTATE STOP
output: <OK>
# get
input: C_TKSVCSTATE ?
output: C_TKSVCSTATE STOP