app
app
/
com.example.examer.data.domain
/
Status
Status
enum
Status
:
Enum
<
Status
>
Content copied to clipboard
An enum class representing the status of the test.
Entries
Properties
Entries
COMPLETED
Link copied to clipboard
COMPLETED
(
)
Content copied to clipboard
MISSED
Link copied to clipboard
MISSED
(
)
Content copied to clipboard
SCHEDULED
Link copied to clipboard
SCHEDULED
(
)
Content copied to clipboard
OPEN
Link copied to clipboard
OPEN
(
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard