AbstractTask

Undocumented in source.

Constructors

this
this(TaskFun fun)
Undocumented in source.

Members

Aliases

FinishCall
alias FinishCall = void delegate(AbstractTask) nothrow
Undocumented in source.
TaskFun
alias TaskFun = bool function(AbstractTask)
Undocumented in source.

Functions

isRuning
bool isRuning()
Undocumented in source. Be warned that the author may not have intended to support it.
job
void job()
Undocumented in source. Be warned that the author may not have intended to support it.
rest
bool rest()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

finishedCall
FinishCall finishedCall [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
finishedCall
FinishCall finishedCall [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
returnValue
Variant returnValue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
status
TaskStatus status [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
throwExecption
Exception throwExecption [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta