Set-CompleteTask
- 1 Minute to read
- Print
- DarkLight
- PDF
Set-CompleteTask
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Closes a task and marks it complete.
Set-CompleteTask
-TaskId
-IncludeForms
-IncludeProject
Returns a task object.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
TaskId | Int32 | Yes | The task id. |
IncludeForms | Switch | No, Defaults to false | Adds the `Forms` property to the output. |
IncludeProject | Switch | No, Defaults to false | Adds the parent `Project` property to the output. |
Examples
Close a task and mark it complete
# TODO