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.
The reason why execution results cannot be analyzed.
Syntax
enum CannotAnalyzeReason {
CannotAnalyzeReasonNone = 0,
CannotAnalyzeReasonNotSupported,
CannotAnalyzeReasonExecutionFailed,
CannotAnalyzeReasonInvalid
};
Constants
-
CannotAnalyzeReasonNone
-
The results can be analyzed.
-
CannotAnalyzeReasonNotSupported
-
The results cannot be analyzed because the assessment manifest does not support it.
-
CannotAnalyzeReasonExecutionFailed
-
The results cannot be analyzed because assessment execution failed.
-
CannotAnalyzeReasonInvalid
-
Invalid reason.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|