w4d v0.0.4 (2018-08-22T12:42:48Z)
Dub
Repo
Task
w4d
app
An interface of task that App does.
interface
Task {
bool
exec
(App );
}
Members
Functions
exec
bool
exec
(App )
Returns true to notify to finish the task.
Meta
Source
See Implementation
w4d
app
aliases
ExceptionHandler
classes
App
interfaces
Task
An interface of task that App does.