Class Request
Tracks the state of an asynchronous Upm server operation
Implements
Inherited Members
Namespace: UnityEditor.PackageManager.Requests
Assembly: UnityEditor.dll
Syntax
public abstract class Request : ISerializationCallbackReceiver
Properties
| Improve this Doc View SourceError
Gets the error associated to this operation
Declaration
public Error Error { get; }
Property Value
Type | Description |
---|---|
Error |
IsCompleted
Gets whether the operation is completed or not
Declaration
public bool IsCompleted { get; }
Property Value
Type | Description |
---|---|
Boolean |
Status
Gets the status of the operation
Declaration
public StatusCode Status { get; }
Property Value
Type | Description |
---|---|
StatusCode |
Methods
| Improve this Doc View SourceFetchNativeData()
Declaration
protected virtual void FetchNativeData()
Finalize()
Declaration
protected void Finalize()
Explicit Interface Implementations
| Improve this Doc View SourceISerializationCallbackReceiver.OnAfterDeserialize()
Declaration
void ISerializationCallbackReceiver.OnAfterDeserialize()
ISerializationCallbackReceiver.OnBeforeSerialize()
Declaration
void ISerializationCallbackReceiver.OnBeforeSerialize()