Create Protection Group Task This chapter presents methods to track progress and completion of create protection group calls. IsCreateProtectionGroupCompleteA task returned by GetNewProtectionGroup fills in the protection group result with the final status. This function checks completeness of the operation. To get the result, see GetCreateProtectionGroupResult. GetCreateProtectionGroupResultA task returned by GetNewProtectionGroup fills in the protection group result with the final status of the operation. This function gets the TaskInfo object containing the detailed results. To check completeness, seeIsCreateProtectionGroupComplete. GetNewProtectionGroupAfter calling CreateAbrProtectionGroup or CreateHbrProtectionGroup or createVvolProtectionGroup to create a protection group, this call makes a new one and fills in the protection group with the final result of the operation. To get the task results, see GetCreateProtectionGroupResult. To check status, see IsCreateProtectionGroupComplete. Parent topic: Logical Usage Order - Site Recovery Manager API