Astra Unity 2.6.6
Astra Unity Plugin
Astra.Net.CheckOutJob Class Reference

Job used when we are completing the check out procedure More...

Inheritance diagram for Astra.Net.CheckOutJob:

Classes

class  CheckOutParameter
 Details needed for the final check out process More...
 
class  CheckOutResult
 Contains results from this request More...
 

Public Member Functions

override CheckOutResult GetResult ()
 The result when the job is complete More...
 
override string GetError ()
 Error message if there was one More...
 
- Public Member Functions inherited from Astra.ApiJobWithResult< CheckOutJob.CheckOutResult, string >
IEnumerator AsCoroutine (Action< float > progress=null, Action< T1 > onComplete=null, Action< T2 > onFailed=null)
 Wraps a job to be used within a coroutine More...
 

Detailed Description

Job used when we are completing the check out procedure

Member Function Documentation

◆ GetError()

override string Astra.Net.CheckOutJob.GetError ( )
inlinevirtual

Error message if there was one

Implements Astra.ApiJobWithResult< CheckOutJob.CheckOutResult, string >.

◆ GetResult()

override CheckOutResult Astra.Net.CheckOutJob.GetResult ( )
inlinevirtual

The result when the job is complete

Implements Astra.ApiJobWithResult< CheckOutJob.CheckOutResult, string >.


The documentation for this class was generated from the following file: