PS.TaskCreationInformation object (ps.js)

Provides information for the creation of a task.

Applies to: Project Professional 2013 | Project Server 2013

var object = new PS.TaskCreationInformation()

Remarks

A task is an activity that has a beginning and an end. Project plans are made up of tasks.

Members

Methods

The TaskCreationInformation object has the following methods.

Method

Description

initPropertiesFromJson

This member is reserved for internal use and is not intended to be used directly from your code.

writeToXml

This member is reserved for internal use and is not intended to be used directly from your code.

Properties

The TaskCreationInformation object has the following properties.

Property

Description

addAfterId

duration

finish

id

isManual

name

notes

parentId

start

typeId

This member is reserved for internal use and is not intended to be used directly from your code.

See also

Reference

Microsoft.ProjectServer.Client.TaskCreationInformation