DMDProfilerLogParserOperation

class DMDProfilerLogParserOperation : BackgroundOperationWatcher {
string _filename;
DMDProfilerLogParserListener _listener;
dstring _description;
DMDProfilerLogParserThread _thread;
DMDTraceLogParser _result;
}

Members

Functions

update
void update()

update background operation status

Properties

description
dstring description [@property getter]

returns description of background operation to show in status line

icon
string icon [@property getter]

returns icon of background operation to show in status line

Meta