Microsoft Identity Integration Server 2003 Developer Reference

step-result

The <step-result> element gives the current run status of the step.

Usage

<step-result
	file = "file path"
file Contains the name of the file in certain step failures involving files (see Remarks).

	progress = "x/y"
progress Contains a ratio of completion of the form x/y so the user interface can show a progress dialog box, if desired. This attribute is only expected when the step result inner value is “completing-referential-updates” or “completing-obsoletion”.

/>

Attributes

Attribute Type Required Description
file file path No Contains the name of the file in certain step failures involving files (see Remarks).
progress x/y No Contains a ratio of completion of the form x/y so the user interface can show a progress dialog box, if desired. This attribute is only expected when the step result inner value is “completing-referential-updates” or “completing-obsoletion”.

Child Elements

Element Description
run-status A non-localized string that gives the current run status of this step. The list of possible status values are listed in Return Strings.

Parent Elements

Element
<step-details>

Child Element Sequence

The tree shows the ordering and number of child elements. Child elements in a Sequence must appear in the order given and child elements in a Choice are mutually exclusive. Sequences and Choices can be nested. Element names are followed by the minimum and maximum occurrences.

run-status
run-status A non-localized string that gives the current run status of this step. The list of possible status values are listed in Return Strings.
 (Exactly 1)

Remarks

The file attribute gives the name of the file in the following step failures involving files. Return Strings gives descriptions of these run status values:

The progress attribute gives a ratio of completion in the form of x/y so the user interface can show a progress dialog box if desired. This attribute is set only when the run status is one of the following values. Return Strings gives descriptions of these run status values:

Element Information

Can be empty No

See Also

Return Strings