Status of an assignment.
Represents the lifecycle of an assignment from creation to completion. Used for both the overall assignment status and per-user activity status.
const status: AssignmentStatus = 'in_progress'; Copy
const status: AssignmentStatus = 'in_progress';
Status of an assignment.