Uses of Enum Class
dev.dokimos.core.RunStatus
Packages that use RunStatus
-
Uses of RunStatus in dev.dokimos.core
Methods in dev.dokimos.core that return RunStatusModifier and TypeMethodDescriptionstatic RunStatusReturns the enum constant of this class with the specified name.static RunStatus[]RunStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.dokimos.core with parameters of type RunStatusModifier and TypeMethodDescriptionvoidNoOpReporter.completeRun(RunHandle handle, RunStatus status) voidReporter.completeRun(RunHandle handle, RunStatus status) Marks a run as complete. -
Uses of RunStatus in dev.dokimos.server.client
Methods in dev.dokimos.server.client with parameters of type RunStatusModifier and TypeMethodDescriptionvoidDokimosServerReporter.completeRun(RunHandle handle, RunStatus status)