ITsMediaClass::CurrentStep 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
Iin Configuration Manager, the CurrentStep property contains the current step in asynchronous task sequence media creation.
[IDL]
HRESULT SiteCode([out,retval] long* Step);
Parameters
Step
Data type: longQualifiers: [out, retval]
Pointer to the current step.
Return Values
An HRESULT code. Possible values include, but are not limited to, the following value.
- S_OK
The method succeeded.
Remarks
You can use the CurrentStep property in conjunction with ITsMediaClass::NumSteps Property to estimate the overall progress of media creation.