Enumeration AutoTestGenerationStatus

Enumeration Members

ACCEPTED: "accepted"

The teacher accepted the draft and it was applied.

AWAITING_RUN: "awaiting-run"

The agent is waiting for a validation run to finish.

FAILED: "failed"

Generation failed before producing a reviewable draft.

PENDING: "pending"

The job has been created but has not started running yet.

REJECTED: "rejected"

The teacher rejected the draft and it was discarded.

RESUME_READY: "resume-ready"

A validation run finished and the agent is ready to resume.

RUNNING: "running"

The agent is actively running a generation segment.

SUCCEEDED: "succeeded"

Generation finished and a draft is ready for review.