In Configuration Manager, the StepProgress property contains a value indicating the progress of the current step of task sequence media creation.

[IDL]
HRESULT StepProgress([out,retval] long* Progress);

Parameters

Progress

Data type: longQualifiers: [out, retval]Pointer to the step progress value.

Return Values

An HRESULT code. Possible values include, but are not limited to, the following value.

S_OK

The method succeeded.

Remarks

A step is complete when Progress reaches 100.

See Also