Trackmania Turbo ManiaScript Reference 2016.11.07.1615
A ManiaScript Reference of the Trackmania Turbo game.
|
#include <doc.h>
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 |
Asynchronous task result.
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.