SubmissionStatus

enum class SubmissionStatus: Enum<SubmissionStatus>

Enum represening the possible statuses that a Submission can be in.

The submission starts in the "Submitted" status, and then moves to another status as it is validated and tested.

Some of the statuses represent problematic situations (e.g. "TO", "Too much output").

EnumItems

Name Description
SUBMITTED
VALIDATED
FAILED
ABORTED_BY_TIMEOUT
SUBMITTED_FOR_REBUILD
VALIDATED_REBUILT
REBUILDING
ILLEGAL_ACCESS
DELETED
TOO_MUCH_OUTPUT

Fields

Name Description
val code: String
val description: String

CompanionObject

SubmissionStatus

enum class SubmissionStatus: Enum<SubmissionStatus>

Enum represening the possible statuses that a Submission can be in.

The submission starts in the "Submitted" status, and then moves to another status as it is validated and tested.

Some of the statuses represent problematic situations (e.g. "TO", "Too much output").

Methods

getSubmissionStatus

fun getSubmissionStatus(code: String): SubmissionStatus

Parameters

Name Description
code: String

ReturnValue

Name Description
SubmissionStatus