For the complete documentation index, see llms.txt. This page is also available as Markdown.

Check current running track state

/**
* Check current running track state. True - track is recording.
*/
fun isTracking(): Boolean

Last updated