Represents the Resource Program manager of a resource.
Role: Resource Program manager is the object used to access the tasks associated to the resource.
The following code snippet can be used to obtain the Resource Program manager from the robot product.
Dim objResourceProgramManager As ResourceProgramManager
Dim objRobot as Product
Set objResourceProgramManager = objRobot.GetTechnologicalObject("ResourceProgramManager" )