Files
pinpoint/src/main/java/com/profiler/AgentStatus.java
T
2013-03-15 05:25:10 +00:00

9 lines
96 B
Java

package com.profiler;
public enum AgentStatus {
INITIALIZING,
RUNNING,
STOPPING,
STOPPED
}