Method IsDone
IsDone(AsyncConversionStatus)
Whether the request has completed. It might have completed with an error or be an invalid or disposed request. See IsError(AsyncConversionStatus).
Declaration
public static bool IsDone(this XRCpuImage.AsyncConversionStatus status)
Parameters
Type | Name | Description |
---|---|---|
XRCpuImage.AsyncConversionStatus | status | The XRCpuImage.AsyncConversionStatus being extended. |
Returns
Type | Description |
---|---|
bool |
|