Module lasp_workflow

Function Index

is_task_completed/1Determine if a task is completed.
is_task_completed/2Determine if a task is completed.
start_link/0Same as start_link([]).
start_link/1Start and link to calling process.
task_completed/2Mark a task as completed.
task_progress/1Determine if a task is completed.

Function Details

is_task_completed/1

is_task_completed(Task::atom()) -> ok

Determine if a task is completed.

is_task_completed/2

is_task_completed(Task::atom(), NodeCount::non_neg_integer()) -> ok

Determine if a task is completed.

start_link/0

start_link() -> {ok, pid()} | ignore | {error, term()}

Same as start_link([]).

start_link/1

start_link(Opts::list()) -> {ok, pid()} | ignore | {error, term()}

Start and link to calling process.

task_completed/2

task_completed(Task::atom(), Node::atom()) -> ok

Mark a task as completed.

task_progress/1

task_progress(Task::atom()) -> ok

Determine if a task is completed.


Generated by EDoc