IsComplete property

bool? IsComplete
Gets a value indicating whether the task is complete.

Implementation

bool? get IsComplete => this.PropertyBag[TaskSchema.IsComplete] as bool?;