- TaskFun
alias TaskFun = bool function(AbstractTask)
Undocumented in source.
- FinishCall
alias FinishCall = void delegate(AbstractTask) nothrow
Undocumented in source.
- 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.
- status
TaskStatus status [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- isRuning
bool isRuning()
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.
- throwExecption
Exception throwExecption [@property getter]
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.
- finishedCall
FinishCall finishedCall [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.