Package | Description |
---|---|
edu.csus.ecs.pc2.api |
Classes related to pc2 API
|
Modifier and Type | Method and Description |
---|---|
RunStates |
IContest.getRunState(IRun run)
Get run state for a run (judge or admin only).
|
static RunStates |
RunStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunStates[] |
RunStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|