AudienceJobReturnCode Enumeration
Indicates the status of the RunAudienceJob method call.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Enumeration AudienceJobReturnCode
'Usage
Dim instance As AudienceJobReturnCode
public enum AudienceJobReturnCode
Members
Member name | Description | |
---|---|---|
AUDIENCEJOB_JOBRUN | Audience job was successful. | |
AUDIENCEJOB_INPUTPARAM_FORMAT_ERROR | Indicates an error when running the audience job. | |
AUDIENCEJOB_INPUTPARAM_SITEGUID_ERROR | Indicates an error when running the audience job. | |
AUDIENCEJOB_INPUTPARAM_VALUE_ERROR | Indicates an error when running the audience job. | |
AUDIENCEJOB_NOPORTALSITE_ERROR | Indicates an error when running the audience job. | |
AUDIENCEJOB_SQLACCESS_ERROR | Indicates an error when running the audience job. | |
AUDIENCEJOB_GETPORTALINFO_ERROR | Indicates an error when running the audience job. | |
AUDIENCEJOB_UNEXPECT_ERROR | Indicates an error when running the audience job. |