Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
interfaces/WorkItemTrackingInterfaces
ProcessMigrationResultModel
Interface ProcessMigrationResultModel
Stores project ID and its process ID.
interface
ProcessMigrationResultModel
{
processId
?:
string
;
projectId
?:
string
;
}
Index
Properties
process
Id?
project
Id?
Properties
Optional
process
Id
processId
?:
string
The ID of the process.
Optional
project
Id
projectId
?:
string
The ID of the project.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
process
Id
project
Id
azure-devops-node-api
Loading...
Stores project ID and its process ID.