JobExecutionError Enumeration

Applies To: Windows 8.1

Provides an enumeration of AXE errors that relate to the running of a job.

Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As JobExecutionError

Syntax

'Declaration
Public Enumeration JobExecutionError
public enum JobExecutionError
public enum class JobExecutionError
public enum JobExecutionError
public enum JobExecutionError

Members

Member name Description
AnotherRebootPending The job could not start because another job is restarting. The value of this member is -2147217387.
AssessmentPreparation There was an error when preparing to run an assessment. The value of this member is -2147217383.
AssessmentsFailed The job ended with one or more failed assessments. The value of this member is -2147217388.
Canceled The job was cancelled. The value of this member is -2147217389.
Changed A job was automatically run by the solution after a reboot. However, the job was modified or not the same. The value of this member is -2147217375.
None The job ran successfully. The value of this member is 0.
NoRebootPending There is no job currently awaiting a reboot. The value of this member is -2147217386.
PostExecution There was an error performing the job after the execution action. The value of this member is -2147217382.
Preparation The job could not be run because one or more preparation steps failed. Check the logs for more details. The value of this member is -2147217385.
RestartBadData The job restart state data could not be saved while running. The value of this member is -2147217373.
RestartFailed The job restart state data was corrupt once the system restarted. The value of this member is -2147217374.
RestartPending The job restart is pending. The value of this member is -2147217372.
ResultsFailed There was an error generating or finalizing the results file. The value of this member is -2147217384.
SolutionRestart There was an error while trying to change solutions. The value of this member is -2147217371.
WaitTimeout The job could not be run because the timeout elapsed before the currently running job completed. The value of this member is -2147217381.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

Microsoft.Assessments.Hosting Namespace