| PsrProgressCode Enumeration | 
 
                Code that describes the current progress of
                server side process.
            
 
    Namespace: 
   PsrApi.Data.Enums
    Assembly:
   PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
 Syntax
Syntaxpublic enum PsrProgressCode
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Undefined | 0 | Undefined. | 
|  | ActiveDirectoryLoadingProfile | 10000 |  | 
|  | ActiveDirectorySavingProfileConfig | 10001 |  | 
|  | ActiveDirectoryGeneratingSummary | 10002 |  | 
|  | ActiveDirectoryLoadingImportData | 10003 |  | 
|  | ActiveDirectoryLoadingSyncData | 10004 |  | 
|  | ActiveDirectoryLoadingSummaryData | 10005 |  | 
|  | ActiveDirectoryChangeData | 10006 |  | 
|  | ActiveDirectoryAddPsrGroup | 10007 |  | 
|  | ActiveDirectoryAddPsrUser | 10008 |  | 
|  | ActiveDirectoryAddPsrRole | 10009 |  | 
|  | ActiveDirectoryUpdatePsrGroup | 10010 |  | 
|  | ActiveDirectoryUpdatePsrUser | 10011 |  | 
|  | ActiveDirectoryUpdatePsrRole | 10012 |  | 
|  | ActiveDirectoryRemovePsrGroup | 10013 |  | 
|  | ActiveDirectoryRemovePsrUser | 10014 |  | 
|  | ActiveDirectoryRemovePsrRole | 10015 |  | 
|  | ActiveDirectoryReimportPsrGroup | 10016 |  | 
|  | ActiveDirectoryReimportPsrUser | 10017 |  | 
|  | ActiveDirectoryReimportPsrRole | 10018 |  | 
|  | ActiveDirectoryUpdateRoleRights | 10019 |  | 
|  | ActiveDirectoryUpdateRightsOfRole | 10020 |  | 
|  | ActiveDirectoryUpdatingDataRights | 10021 |  | 
|  | ActiveDirectoryUpdatingDataRight | 10022 |  | 
|  | ActiveDirectoryUpdatingDataBindings | 10023 |  | 
|  | ActiveDirectoryUpdatingDataBinding | 10024 |  | 
|  | ActiveDirectorySummaryComplete | 10025 |  | 
|  | ActiveDirectoryImportComplete | 10026 |  | 
|  | ActiveDirectorySyncComplete | 10027 |  | 
|  | DataTagUpdatingAdd | 20001 |  | 
|  | DataTagUpdatingRemove | 20002 |  | 
|  | WebViewerLoadTags | 30001 |  | 
|  | WebViewerLoadKeys | 30002 |  | 
|  | WebViewerLoadPasswords | 30003 |  | 
|  | WebViewerLoadSettings | 30004 |  | 
|  | WebViewerLoadLanguages | 30005 |  | 
|  | WebViewerFinish | 30006 |  | 
|  | ReportCreateReport | 40001 |  | 
|  | SystemTaskDeleteTask | 50000 |  | 
|  | DiscoveryServicePrepareItems | 60000 |  | 
|  | DiscoveryServiceConvertDiscoverdContainer | 60001 |  | 
 See Also
See Also