"

2013 FRC Java API

"

edu.wpi.first.wpilibj.networktables2.thread
Interface NTThread


public interface NTThread

Represents a thread in the network tables system

Author:
mwills

Method Summary
 boolean isRunning()
           
 void stop()
          stop the thread
 

Method Detail

stop

void stop()
stop the thread


isRunning

boolean isRunning()
Returns:
true if the thread is running

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"