Add-Task
- 1 Minute to read
- Print
- DarkLight
- PDF
Add-Task
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Creates a new task.
Add-Task
-Entry
-IncludeForms
-IncludeProject
Returns a task object.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
Entry | Task Object | Yes | |
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
Create a new task
# TODO