completed property

bool completed
read / write

It's a variable that is used to check if the task is completed or not.

Implementation

bool completed = false;