ITsMediaClass::Status 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 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.
See Also
Concepts
ITsMediaClass Interface
ITsMediaClass::CreateBootMedia Method
ITsMediaClass::ExitCode Property