FreakingGenius - v0.1.0
    Preparing search index...

    Enumeration SessionStatus

    All possible states in the session finite-state machine.

    Index

    Enumeration Members

    ABORTED: "aborted"

    Session ended prematurely due to an error or user cancellation.

    ACTIVE: "active"

    Session is running and the student is actively working.

    COMPLETED: "completed"

    Session ended normally after all exercises were attempted.

    INITIALISING: "initialising"

    Session object created but the start handshake is not yet complete.

    PAUSED: "paused"

    Session has been temporarily suspended (e.g. scheduled break).