Engine Members
Applies To: Windows 8.1
Controls the execution, progress reporting and results generation for a job. A job consists of a collection of assessments. A solution uses this class to access AXE functionality.
The following tables list the members exposed by the Engine type.
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
AnalyzeResults | Analyzes the assessment results. |
![]() |
CancelAssessment | Asynchronously requests that the specified assessment stop running. |
![]() |
CancelJob | Asynchronously requests that the current assessment stop running and the job ends without running any more assessments. |
![]() |
Dispose | Releases all resources used by the object. |
![]() |
Equals | (Inherited from Object) |
![]() |
ExecuteJob | Synchronously runs a loaded job. |
![]() |
GetHashCode | (Inherited from Object) |
![]() |
GetType | (Inherited from Object) |
![]() |
RemovePendingRebootJob | Removes an abandoned task that restarts job execution upon a system reboot, so that other jobs can be executed. |
![]() |
TerminateJob | Ends a job without waiting for any assessment to exit. |
![]() |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object) |
![]() |
MemberwiseClone | (Inherited from Object) |
Top
Public Events
Name | Description | |
---|---|---|
![]() |
AssessmentBegin | This event is raised when an assessment begins. |
![]() |
AssessmentEnd | This event is raised when an assessment ends. |
![]() |
JobBegin | This event is raised when a job begins. |
![]() |
JobEnd | This event is raised when a job ends. |
![]() |
JobPending | This event is raised when when a job is blocked because another job is currently running. |
![]() |
ProgressUpdate | This event is raised when an assessment reports its current progress. |
Top