JobResults Members
Applies To: Windows 8.1
The results of a job that was run.
The following tables list the members exposed by the JobResults type.
Public Properties
Name | Description | |
---|---|---|
AssessmentResults | The AssessmentResultsCollection for the job. | |
CanBeAnalyzed | A Boolean value that shows whether the job results can be analyzed. | |
JobExecuted | The Job that produced this JobResults object. | |
ToBeAnalyzedCount | The count of assessment results to be analyzed for the job. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddAssessment | Adds an Assessment to this JobResults object. | |
AddAssessmentsFromJob | Adds Assessment objects to this JobResults object. | |
Dispose | Releases all resources used by the object. | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MarkAllToBeAnalyzed | Sets the Boolean value of the to-be-analyzed indicators for all assessment results for the job. | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top