Skip to content

timestamp tsq getversion

Matthias Görges edited this page Jul 13, 2015 · 1 revision

timestamp-tsq-getversion returns version of timestamp request.

Parameter Description
tsq Timestamp query

Example

Example 1: Load TSQ from file and display its version and policy.

> (define tsq (timestamp-tsq-load "DemoConsole.tsq"))
> (timestamp-tsq-getversion tsq)
1
> (timestamp-tsq-getpolicy tsq) 
""
Clone this wiki locally