[Home](./index.md) > [bitburner](./bitburner.md) > [StudyTask](./bitburner.studytask.md) ## StudyTask interface Study **Signature:** ```typescript export interface StudyTask extends BaseTask ``` **Extends:** [BaseTask](./bitburner.basetask.md) ## Remarks An object representing the current study task ## Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [classType](./bitburner.studytask.classtype.md) | string | ||
| [location](./bitburner.studytask.location.md) | [LocationName](./bitburner.locationname.md) | ||
| [type](./bitburner.studytask.type.md) | "CLASS" |