Task

Undocumented in source.

Constructors

this
this(Args args)
Undocumented in source.
this
this()
Undocumented in source.

Members

Aliases

_args
alias _args = void
Undocumented in source.

Static functions

impl
bool impl(AbstractTask myTask)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_args
Args _args;
Undocumented in source.

Inherited Members

From AbstractTask

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.

Meta