ManiaScript Trackmania 2020  30/10/2024
CTaskResult Class Reference

Asynchronous task result. More...

#include <2024_10_30.h>

Inheritance diagram for CTaskResult:
CNod CTaskResult_Bool CTaskResult_ClubTagList CTaskResult_Connect CTaskResult_FileList CTaskResult_GameModeList CTaskResult_Ghost CTaskResult_GhostList CTaskResult_MapList CTaskResult_ReplayList CTaskResult_Session_Get CTaskResult_StringInt CTaskResult_StringIntList CTaskResult_UserZoneList CWebServicesTaskResult_AccountTrophyGainHistory CWebServicesTaskResult_AccountTrophyGainList CWebServicesTaskResult_AccountTrophyLastYearSummary CWebServicesTaskResult_GhostDriver_Download CWebServicesTaskResult_GhostDriver_UploadLimits CWebServicesTaskResult_NadeoServicesItemCollection CWebServicesTaskResult_NadeoServicesItemCollectionList CWebServicesTaskResult_NadeoServicesMap CWebServicesTaskResult_NadeoServicesMapList CWebServicesTaskResult_NadeoServicesSkin CWebServicesTaskResult_NadeoServicesSkinList CWebServicesTaskResult_Season CWebServicesTaskResult_SeasonList CWebServicesTaskResult_Squad CWebServicesTaskResult_TrophySoloMedalAchievementSettings CWebServicesTaskResult_WSFriendList CWebServicesTaskResult_WSMapRecordList CWebServicesTaskResult_WSNewsList CWebServicesTaskResult_WSNotification CWebServicesTaskResult_WSPrestigeList CWebServicesTaskResult_WSUserPrestige CWebServicesTaskResult_WSUserPrestigeList CWebServicesTaskResult_WSZonePtrList

Public Member Functions

Void Cancel ()
 

Public Attributes

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

Detailed Description

Asynchronous task result.

Supported declare modes :

  • Local

Definition at line 8405 of file 2024_10_30.h.

Member Function Documentation

◆ Cancel()

Void CTaskResult::Cancel ( )

Member Data Documentation

◆ ErrorCode

Text const CTaskResult::ErrorCode

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

Definition at line 8430 of file 2024_10_30.h.

◆ ErrorDescription

Text const CTaskResult::ErrorDescription

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

Definition at line 8434 of file 2024_10_30.h.

◆ ErrorType

Text const CTaskResult::ErrorType

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

Definition at line 8426 of file 2024_10_30.h.

◆ HasFailed

Boolean const CTaskResult::HasFailed

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

Definition at line 8418 of file 2024_10_30.h.

◆ HasSucceeded

Boolean const CTaskResult::HasSucceeded

Returns a boolean indicating if the task has succeeded.

Definition at line 8414 of file 2024_10_30.h.

◆ IsCanceled

Boolean const CTaskResult::IsCanceled

Returns a boolean indicating if the task has been canceled.

Definition at line 8422 of file 2024_10_30.h.

◆ IsProcessing

Boolean const CTaskResult::IsProcessing

Returns a boolean indicating if the task is still processing.

Definition at line 8410 of file 2024_10_30.h.


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