![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Asynchronous task result. More...
#include <2025_07_14.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 |
![]() | |
Ident const | Id |
Asynchronous task result.
Supported declare modes :
Definition at line 8433 of file 2025_07_14.h.
Void CTaskResult::Cancel | ( | ) |
Text const CTaskResult::ErrorCode |
Returns the code of the error if the task has failed.
Definition at line 8458 of file 2025_07_14.h.
Text const CTaskResult::ErrorDescription |
Returns the description of the error if the task has failed.
Definition at line 8462 of file 2025_07_14.h.
Text const CTaskResult::ErrorType |
Returns the type of the error if the task has failed.
Definition at line 8454 of file 2025_07_14.h.
Boolean const CTaskResult::HasFailed |
Returns a boolean indicating if the task has failed or has been canceled.
Definition at line 8446 of file 2025_07_14.h.
Boolean const CTaskResult::HasSucceeded |
Returns a boolean indicating if the task has succeeded.
Definition at line 8442 of file 2025_07_14.h.
Boolean const CTaskResult::IsCanceled |
Returns a boolean indicating if the task has been canceled.
Definition at line 8450 of file 2025_07_14.h.
Boolean const CTaskResult::IsProcessing |
Returns a boolean indicating if the task is still processing.
Definition at line 8438 of file 2025_07_14.h.