MarkComplete Method

Applies To

TaskItem object.

Description

Marks the task as completed. Sets PercentComplete to "100%", Complete to True, and DateCompleted to the current date.

Syntax

expression.MarkComplete

expression An expression that returns a TaskItem object.

See Also

Complete property, DateCompleted property, PercentComplete property.