<step-result>
Contains the current run status of the step. The list of possible status values are listed in WMI Provider Return Strings.
Schema Hierarchy
<run-history>
<run-details>
<step-details>
Syntax
<step-result progress = "x/y" file = "file path" > <run-status>
</run-status>
</step-result>
element
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Type | Required | Description |
---|---|---|---|
file |
file path |
no |
Contains the name of the file in certain step failures that involve files (for more information, see Remarks). |
progress |
x/y |
no |
Contains a ratio of completion in the form x/y so that, if you want, you can have the user interface display a progress dialog box. This attribute is only expected when the step result inner value is "completing-referential-updates" or "completing-obsoletion". |
Child Elements
None
Parent Elements
Element | Description |
---|---|
Stores run information about one step of the management agent run. |
Remarks
The file attribute gives the name of the file in the following step failures that involve files. For descriptions of these run status values, see WMI Provider Return Strings.
completed-no-objects
embedded-null
no-start-file-access-denied
no-start-file-contains-incorrect-step-type
no-start-file-not-found
no-start-file-open
no-start-file-sharing-violation
stopped-disk-full
stopped-extension-dll-access
stopped-extension-dll-ambiguous
stopped-extension-dll-exception
stopped-extension-dll-file-not-found
stopped-extension-dll-instantiation
stopped-extension-dll-invalid-assembly
stopped-extension-dll-load
stopped-extension-dll-missing-dependency
stopped-extension-dll-no-implementation
stopped-extension-dll-updated-version
The progress attribute gives a ratio of completion in the form of x/y so that the user interface can show a progress dialog box. This attribute is set only when the run status is one of the following values. For descriptions of these run status values, see WMI Provider Return Strings.
completing-obsoletion
completing-referential-updates
See Also
Reference
WMI Provider Return Strings
<step-details>