Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieve the current state of execution for the assessment.
Syntax
HRESULT GetStatus(
[out, ref] ExecutionState &status
);
Parameters
status [out, ref]
The execution state of the assessment.A job can be in one of the following execution states:
"NotYetRun" The job has not run yet.
"Running" The job is currently running.
"Completed" The job has completed running.
Return value
This method always returns S_OK.
Remarks
At the beginning of a job, the status of all assessments is set to "NotYetRun". When the job ends, the status of all assessments in the job is guaranteed to be Completed.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
AxeHosting.h |
DLL |
AxeCore.dll |
See also
Send comments about this topic to Microsoft
Build date: 9/16/2013