Task

An interface of task that App does.

interface Task {}

Members

Functions

exec
bool exec(App )

Returns true to notify to finish the task.

Meta