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

MatchState

Object describing the different match states.

MatchState

PRE = 0,
RUNNING = 1,
POST = 2,

Last updated