JobEndEventArgs Members
Applies To: Windows 8.1
Defines the event arguments passed to a JobEnd event.
The following tables list the members exposed by the JobEndEventArgs type.
Public Properties
Name | Description | |
---|---|---|
Error | The value of the last error that occurred in processing the job. This is also the last error in the job error list. | |
ErrorList | The value of the last error that occurred in processing the job. | |
ExecutedAssessmentCount | The total number of assessments that were run. | |
FailedAssessmentCount | The number of assessments that did not complete successfully. | |
Job | The Job object that was queued to run. The Job object is owned by the AXE engine and should not be deleted. | |
ResultFileName | The name of the results file containing aggregated results from all assessments that ran. | |
ResultFolder | The folder that contains all of the results from the job that just ended. | |
ResultPath | The path to the directory that contains the folders of all job results. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
JobEndEventArgs Class
Microsoft.Assessments.Hosting Namespace