ScheduleInfo

The ScheduleInfo data type defines schedule information for a task.

Property

Type

Description

Required

Default

scheduledDuration

Double

Scheduled duration of a task.

No

N/A

scheduledEffort

Double

Scheduled effort of a task.

Yes

N/A

scheduledStart

DateTime

Scheduled start date of a task.

No

N/A

scheduledFinish

DateTime

Scheduled finish date of a task.

No

N/A

constraintType

String

Constraint Type of a task with the following valid values:

  • as-soon-as-possible

  • as-late-as-possible

  • start-no-earlier-than

  • start-no-later-than

  • finish-no-earlier-than

  • finish-no-later-than

  • must-start-on

  • must-finish-on

No

N/A

constraintDate

DateTime

Constraint date of the task constraint.

No

N/A