JobExecutionInfo Members
Applies To: Windows 8.1
Defines configuration information for how a job is run and returns information about how the job ran.
The following tables list the members exposed by the JobExecutionInfo type.
Public Constructors
Name | Description | |
---|---|---|
JobExecutionInfo | Creates a JobExecutionInfo object. |
Top
Public Properties
Name | Description | |
---|---|---|
Error | Contains the value of the last error that occurred in processing the job. | |
Flags | Specifies flags that control how the job will be executed. | |
Job | The job to run. | |
RestartCommand | The command string to run in the RestartDirectory in order to run the solution if the job causes the system to reboot. | |
RestartDirectory | The directory where the solution application exists. If an assessment in the job causes the system to reboot, the solution will be relaunched from this directory. | |
Restarting | A Boolean value that indicates whether the job has not completed yet because an assessment or workload is rebooting the system. | |
RestartMinimumCommand | The command string to execute to restart the job in console mode. | |
Timeout | The amount of time the engine will wait for a job that is running within another engine to finish. | |
WorkloadAssessmentIndex | The position in the job manifest of the <AssessmentRun> entry for the assessment that will be running as a solution assessment that executes workloads. This index is used to locate the nested <AssessmentRuns> collection that describes the workloads to run. | |
WorkloadTempDirectory | The path that workloads should use to store both the temporary and results files. Workloads should not produce any files because workloads are used to exercise the system under test while another assessment measures the system. All of the files written out by workloads are deleted when the workload finishes. |
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
JobExecutionInfo Class
Microsoft.Assessments.Hosting Namespace