TM Turbo  2016/03/25
TM Turbo docs
 All Classes Functions Variables
CWebServicesTaskResult Struct Reference

#include <Turbo.h>

Inheritance diagram for CWebServicesTaskResult:
CNod CGameMasterServerRichPresenceTaskResult_PlayerOnlinePresenceList CWebServicesTaskResult_BuddiesChallengeRecord CWebServicesTaskResult_BuddiesChallengeRecordsComparison CWebServicesTaskResult_BuddyChallengeRecordsComparison CWebServicesTaskResult_CheckTargetedPrivilegeResult CWebServicesTaskResult_GetDisplayNameScriptResult CWebServicesTaskResult_GhostHandle CWebServicesTaskResult_LaunchUplayScriptResult CWebServicesTaskResult_RealLeaderBoard CWebServicesTaskResult_Session_Get CWebServicesTaskResult_ZoneList

Public Types

enum  ETaskErrorType {
  Success, Canceled, Unexpected, Internal,
  DataManager, PrivilegeManager, MasterServer, UbiServices,
  UplayPC, PS4, XboxOne
}
 

Public Member Functions

Void Cancel ()
 

Public Attributes

const Ident Id
 
const Boolean IsProcessing
 
const Boolean HasSucceeded
 
const Boolean HasFailed
 
const Boolean IsCanceled
 
const ETaskErrorType ErrorType
 
const Integer ErrorCode
 
const Text ErrorDescription
 
- Public Attributes inherited from CNod
const Ident Id
 

Detailed Description

Asynchronous task result.

Member Data Documentation

const Integer CWebServicesTaskResult::ErrorCode

Returns the code of the error if the task has failed.

const Text CWebServicesTaskResult::ErrorDescription

Returns the description of the error if the task has failed.

const ETaskErrorType CWebServicesTaskResult::ErrorType

Returns the type of the error if the task has failed.

const Boolean CWebServicesTaskResult::HasFailed

Returns a boolean indicating if the task has failed or has been canceled.

const Boolean CWebServicesTaskResult::HasSucceeded

Returns a boolean indicating if the task has succeeded.

const Boolean CWebServicesTaskResult::IsCanceled

Returns a boolean indicating if the task has been canceled.

const Boolean CWebServicesTaskResult::IsProcessing

Returns a boolean indicating if the task is still processing.


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