C_TKCONFIG

code: 67

# set
C_TKCONFIG <config_file>

# get
C_TKCONFIG ?

Description

TimeKeeper config file content.

Actions

set, get

Parameters

  1. config_file: string, TimeKeeper config file content

Example

# set
input:  C_TKCONFIG "a string"
output: <OK>

# get
input:  C_TKCONFIG ?
output: C_TKCONFIG "a string"