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


Copyright © 2013. All rights reserved.