ManiaPlanet ManiaScript Reference 2019.11.19.1850
A ManiaScript Reference of the ManiaPlanet game.
Loading...
Searching...
No Matches
CTaskResult Struct Reference

#include <doc.h>

Inheritance diagram for CTaskResult:
[legend]

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

Detailed Description

Asynchronous task result.

Member Data Documentation

◆ ErrorCode

const Text CTaskResult::ErrorCode

Returns the code of the error if the task has failed.

◆ ErrorDescription

const Text CTaskResult::ErrorDescription

Returns the description of the error if the task has failed.

◆ ErrorType

const Text CTaskResult::ErrorType

Returns the type of the error if the task has failed.

◆ HasFailed

const Boolean CTaskResult::HasFailed

Returns a boolean indicating if the task has failed or has been canceled.

◆ HasSucceeded

const Boolean CTaskResult::HasSucceeded

Returns a boolean indicating if the task has succeeded.

◆ IsCanceled

const Boolean CTaskResult::IsCanceled

Returns a boolean indicating if the task has been canceled.

◆ IsProcessing

const Boolean CTaskResult::IsProcessing

Returns a boolean indicating if the task is still processing.


The documentation for this struct was generated from the following file: