Add-Task

Prev Next

Summary

Creates a new task.

Add-Task
    -Entry
    -IncludeForms
    -IncludeProject

Returns a task object.

Parameters

ParameterTypeRequired?Notes
EntryTask ObjectYes
IncludeFormsSwitchNo, Defaults to falseAdds the `Forms` property to the output.
IncludeProjectSwitchNo, Defaults to falseAdds the parent `Project` property to the output.

Examples

Create a new task

# TODO