Trackmania Turbo ManiaScript Reference 2016.11.07.1615
A ManiaScript Reference of the Trackmania Turbo game.
Loading...
Searching...
No Matches
CWebServicesTaskResult Struct Reference

#include <doc.h>

Inheritance diagram for CWebServicesTaskResult:
[legend]

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

◆ ErrorCode

const Integer CWebServicesTaskResult::ErrorCode

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

◆ ErrorDescription

const Text CWebServicesTaskResult::ErrorDescription

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

◆ ErrorType

const ETaskErrorType CWebServicesTaskResult::ErrorType

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

◆ HasFailed

const Boolean CWebServicesTaskResult::HasFailed

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

◆ HasSucceeded

const Boolean CWebServicesTaskResult::HasSucceeded

Returns a boolean indicating if the task has succeeded.

◆ IsCanceled

const Boolean CWebServicesTaskResult::IsCanceled

Returns a boolean indicating if the task has been canceled.

◆ IsProcessing

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: