In Configuration Manager, the NumSteps property contains the number of steps necessary for task sequence media creation.
[IDL] HRESULT NumSteps([out,retval] long* NumSteps); |
Parameters
- NumSteps
- Data type: longQualifiers: [out, retval]Pointer to the number of steps.
Return Values
An HRESULT code. Possible values include, but are not limited to, the following value.
- S_OK
- The method succeeded.
Remarks
NumSteps can be used only with asynchronous media creation.
You can use NumSteps with ITsMediaClass::CurrentStep Property to estimate the overall progress of media creation.