ProgressData

class cee.ug.ProgressData()

Interface describing progress data. Used in ProgressHandler


Properties

ProgressData.debugMessage
Type:

string

Message useful for debugging.

ProgressData.pctDone
Type:

number

The percentage of work completed (0..100)

ProgressData.pctTotalDataComplete
Type:

number

The percentage of data loaded out of the total data volume needed for the current model specification (0..100)

ProgressData.streamingStatus
Type:

StreamingStatus