DCDTask

Undocumented in source.

Constructors

this
this(CustomEventTarget guiExecutor, string[] importPaths, string filename, string content, int index)
Undocumented in source.

Members

Functions

cancel
void cancel()
Undocumented in source. Be warned that the author may not have intended to support it.
createRequest
void createRequest()
Undocumented in source. Be warned that the author may not have intended to support it.
execute
void execute()
Undocumented in source. Be warned that the author may not have intended to support it.
performRequest
void performRequest()
Undocumented in source. Be warned that the author may not have intended to support it.
postResults
void postResults()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

cancelled
bool cancelled [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_cancelled
bool _cancelled;
Undocumented in source.
_content
string _content;
Undocumented in source.
_filename
string _filename;
Undocumented in source.
_guiExecutor
CustomEventTarget _guiExecutor;
Undocumented in source.
_importPaths
string[] _importPaths;
Undocumented in source.
_index
int _index;
Undocumented in source.
request
AutocompleteRequest request;
Undocumented in source.

Meta