AudienceJobReturnCode enumeration

Indicates the status of the RunAudienceJob method call.

Namespace:  Microsoft.Office.Server.Audience
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.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.

See also

Reference

Microsoft.Office.Server.Audience namespace