Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 933 Bytes

task.md

File metadata and controls

41 lines (31 loc) · 933 Bytes

task

Tasks a tasker with a task.

task 'clean up' by: 'alan'
task 'clean up' for: 'alan'
task 'clean up' assign: 'alan'
task 'alan' with: 'clean up'
alan task: 'clean up'  # {tasker} task: {taskname}
task 'alan'
# ...

Note that the quotes are the tasker name can be omitted:

task 'clean up' by: alan
task 'clean up' for: alan
task 'clean up' assign: alan
task alan with: 'clean up'
alan task: 'clean up'  # {tasker} task: {taskname}
task alan
# ...

Tasking hands a task (a message hash serializable to JSON) to a tasker. See tasks for more information.

Since routing tasks among taskers is flor essential "task", this "task" procedure is very important.

Note that "task" can be implicit, as in:

alan task: 'clean up'