In Configuration Manager, the Status property contains the status for asynchronous task sequence media creation.
[IDL] HRESULT Status([out,retval] VARIANT_BOOL* status); |
Parameters
- status
- Data type: VARIANT_BOOLQualifiers: [out, retval]Pointer to true if media creation is complete.
Return Values
An HRESULT code. Possible values include, but are not limited to, the following value.
- S_OK
- The method succeeded.
Remarks
The task sequence media creation methods, for example, ITsMediaClass::CreateBootMedia Method, use this property to poll for status values. When the value of the property is 0, the media creation method can proceed to use the ITsMediaClass::ExitCode Property property to get the correct return value.