Readonly
currentThe current progress step.
Readonly
descriptionThe description of the task.
Readonly
idThe ID of the task.
Readonly
isWhether the task is completed.
Readonly
questThe parent quest of the task.
Readonly
totalThe total progress steps needed to complete the task.
Readonly
typeThe type of the task.
Send a specific event.
Event name
Optional
Rest
...args: any[]Event parameters
Unsubscribe from a specific event.
Event name.
Callback function.
Subscribe to a specific event.
Event name.
Callback function.
Define ProgressBarTask Interface.