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.