org.opencds.cqf.cql.debug.ServerState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cql-debug-server Show documentation
Show all versions of cql-debug-server Show documentation
A debug server for CQL following the DSP
The newest version!
package org.opencds.cqf.cql.debug;
public enum ServerState {
STARTED, INITIALIZED, CONFIGURED, RUNNING, STOPPED
}