Level Operation
Description: Asynchronously levels a project. Resource leveling is a process that helps you ensure that sufficient resources are available to perform the activities in your project according to the plan.
Service: Job Service
Style: Document/literal wrapped
Input:
Message: Level
Elements:
Field
|
Type
|
Description
|
ProjectObjectId
|
int
|
The unique identifier of the project.
|
Timeout
|
int
|
The amount of time in seconds that the server side will wait for the job service to complete before it returns with the current job status. The Timeout parameter is optional. When you use this operation without specifying a Timeout parameter or with a Timeout of 0, the server immediately returns without waiting for the job service to complete.
|
Output:
Message: LevelResponse
Elements:
Field
|
Type
|
Description
|
JobId
|
string
|
The unique identifier of the job.
|
JobStatus
|
JobStatusType
string restricted to Pending Running Complete Failed Cancelled
|
Specifies the status of the job.
|
|