Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
void TCIL_OnChangedState( long state );
void TCIL_OnChangedState( long state ) { switch(state) { case 1: // Claiming break; case 2: // Active break; case 3: // Stopped break; case 4: // Suspended break; } }