Set-CompleteTask

Prev Next

Summary

Closes a task and marks it complete.

Set-CompleteTask
    -TaskId
    -IncludeForms
    -IncludeProject

Returns a task object.

Parameters

ParameterTypeRequired?Notes
TaskIdInt32YesThe task id.
IncludeFormsSwitchNo, Defaults to falseAdds the `Forms` property to the output.
IncludeProjectSwitchNo, Defaults to falseAdds the parent `Project` property to the output.

Examples

Close a task and mark it complete

# TODO