ManiaScript Reference
2019-05
|
Public Member Functions | |
Void | Cancel () |
Public Attributes | |
const Ident | Id |
const Boolean | IsProcessing |
const Boolean | HasSucceeded |
const Boolean | HasFailed |
const Boolean | IsCanceled |
const Text | ErrorType |
const Text | ErrorCode |
const Text | ErrorDescription |
Public Attributes inherited from CNod | |
const Ident | Id |
Asynchronous task result.
Void CTaskResult::Cancel | ( | ) |
const Text CTaskResult::ErrorCode |
Returns the code of the error if the task has failed.
const Text CTaskResult::ErrorDescription |
Returns the description of the error if the task has failed.
const Text CTaskResult::ErrorType |
Returns the type of the error if the task has failed.
const Boolean CTaskResult::HasFailed |
Returns a boolean indicating if the task has failed or has been canceled.
const Boolean CTaskResult::HasSucceeded |
Returns a boolean indicating if the task has succeeded.
const Ident CTaskResult::Id |
const Boolean CTaskResult::IsCanceled |
Returns a boolean indicating if the task has been canceled.
const Boolean CTaskResult::IsProcessing |
Returns a boolean indicating if the task is still processing.