IsComplete property

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

Implementation

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