Trackmania ManiaScript Reference 2024.9.17.1117
A ManiaScript Reference of the new Trackmania.
|
Asynchronous task result. More...
#include <doc.h>
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 |
Asynchronous task result.
Supported declare modes :
Text const CTaskResult::ErrorCode |
Returns the code of the error if the task has failed.
Text const CTaskResult::ErrorDescription |
Returns the description of the error if the task has failed.
Text const CTaskResult::ErrorType |
Returns the type of the error if the task has failed.
Boolean const CTaskResult::HasFailed |
Returns a boolean indicating if the task has failed or has been canceled.
Boolean const CTaskResult::HasSucceeded |
Returns a boolean indicating if the task has succeeded.
Boolean const CTaskResult::IsCanceled |
Returns a boolean indicating if the task has been canceled.
Boolean const CTaskResult::IsProcessing |
Returns a boolean indicating if the task is still processing.