![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Asynchronous task result. More...
#include <2024_10_30.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 8405 of file 2024_10_30.h.
Void CTaskResult::Cancel | ( | ) |
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.
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.
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.
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.
Boolean const CTaskResult::HasSucceeded |
Returns a boolean indicating if the task has succeeded.
Definition at line 8414 of file 2024_10_30.h.
Boolean const CTaskResult::IsCanceled |
Returns a boolean indicating if the task has been canceled.
Definition at line 8422 of file 2024_10_30.h.
Boolean const CTaskResult::IsProcessing |
Returns a boolean indicating if the task is still processing.
Definition at line 8410 of file 2024_10_30.h.