IToiOperationManager::TToiOperationInfo Struct Reference


Description

Information associated with an operation.

import "IToiOperationManager.idl";

List of all members.

Public Attributes

IToiOperationManager::TToiOperationId Id
string UserData
IToiOperationManager::TToiOperationState State
long Progress
IToiOperationManager::TToiOperationError ErrorCode
IToiOperationManager::TToiPropertySequence Properties

Member Data Documentation

The error code for the operation, only valid if the state is equal to IToiOperationManager::OPERATION_FAILED. The possible error codes are defined by the service implementation.

The current progress value of the operation between 0 and 100, -1 if not used.

The property sequence associated with current operation state.

The user data associated with the operation.