Aqualogic Interaction API  
 

IPTMigrationManager.QueryMigrationStatus Method 

Queries migration status for a specified object.

int QueryMigrationStatus(
   int nClassID,
   int nObjectID
);

Parameters

nClassID
- The classID of the object to query, from PT_CLASSIDS.
nObjectID
- The objectID of the object to query.

Return Value

A value from the PT_MIGRATION_STATUS_TYPES enumeration describing the migration status.

See Also

IPTMigrationManager Interface | com.plumtree.server Namespace