ITsMediaClass::StepProgress Property

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

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: long

    Qualifiers: [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

Concepts

ITsMediaClass Interface
ITsMediaClass::CurrentStep Property
ITsMediaClass::NumSteps Property