Add-Task
  • 1 Minute to read
  • Dark
    Light
  • PDF

Add-Task

  • Dark
    Light
  • PDF

Article summary

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

What's Next