ICSV - Image Color Similarity Visualization
Vienna Technical University - Course 'Visualization 2'. Author: Stefan Spelitz (0925601)
ICSV.Interface.Types.StatusData Class Reference

A status object, incuded in the list of a GetStatusResponse More...

Public Types

enum  Type { Type.INFO = 0, Type.FINISHED = 2, Type.CANCELLED = 3, Type.STILL_ALIVE = 4 }
 Possible enumeration of types used in the 'Id' field of StatusData More...
 

Properties

string Message [get, set]
 The message associated with this status object. More...
 
int Id [get, set]
 The id, which actually represents the type. More...
 

Detailed Description

A status object, incuded in the list of a GetStatusResponse

Member Enumeration Documentation

Possible enumeration of types used in the 'Id' field of StatusData

Enumerator
INFO 
FINISHED 
CANCELLED 
STILL_ALIVE 

Property Documentation

int ICSV.Interface.Types.StatusData.Id
getset

The id, which actually represents the type.

See also
Type
string ICSV.Interface.Types.StatusData.Message
getset

The message associated with this status object.