-
Notifications
You must be signed in to change notification settings - Fork 0
Task
Represents a task.
.client (Client)
The client that initiated the object.
.id (Number)
The ID of the task.
.title (String)
The title of the task.
.description (String)
The description of the task.
.type (String)
The type of the task.
.class_name (String)
The class name of the task.
.class_task_id (Number)
The ID of the task.
.completed (Boolean)
Whether or not the task has been completed.
.due_timestamp (Number)
The timestamp when the task is due.
.issued_timestamp (Number)
The timestamp when the task was issued.
.subject (String)
The subject of the task.
.teacher_name (String)
The name of the teacher who set the task.
.user_id (Number)
The ID of the user who ste the task.
.has_attachments (Boolean)
Whether or not the task has attachments.
.status (String)
The status of the task.
.submission_type (String)
The submission type of the task.
Set the task to display as completed. Returns Promise<Task>
Set the task to display as uncompleted. Returns Promise<Task>
Get the task assignment. Returns Promise<Assignment>