RunAction

Undocumented in source.

Constructors

this
this(void delegate() g)
Undocumented in source.
this
this(void delegate(void delegate()) g)
Undocumented in source.

Members

Functions

start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ImplAction
Undocumented in source.

Mixed In Members

From mixin ImplAction

addFinishCallback
void addFinishCallback(ActionFinishCallback cb)
Undocumented in source. Be warned that the author may not have intended to support it.
kill
void kill()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IAction

start
void start()
Undocumented in source.
kill
void kill()
Undocumented in source.
addFinishCallback
void addFinishCallback(ActionFinishCallback )
Undocumented in source.
finish
ActionFinishNotification finish()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta