PS.StatusTask object (ps.js)

Represents the progress of a task.

Applies to: Project Professional 2013 | Project Server 2013

PS.StatusTask

Members

Methods

The StatusTask 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.

Properties

The StatusTask object has the following properties.

Property

Description

actualWork

actualWorkMilliseconds

deadline

duration

durationMilliseconds

finish

id

name

overtime

overtimeMilliseconds

percentComplete

percentWorkComplete

physicalPercentComplete

regularWork

regularWorkMilliseconds

remainingDuration

remainingDurationMilliseconds

remainingOvertime

remainingOvertimeMilliseconds

remainingWork

remainingWorkMilliseconds

resume

start

work

workMilliseconds

REST resource endpoint

Endpoint URI structure

http://<sitecollection>/<site>/_api/ProjectServer/EnterpriseResources('resourceid')/Assignments('assignmentid')/Task

HTTP requests

This resource supports the following HTTP commands:

POST syntax

POST http://<sitecollection>/<site>/_api/ProjectServer/EnterpriseResources('resourceid')/Assignments('assignmentid')/Task

See also

Reference

Microsoft.ProjectServer.Client.StatusTask