Module clique_status

Function Index

alert/1
is_status/1Is the given value a status type?.
list/1
list/2
parse/3
table/1A table is constructed from a list of proplists.
text/1
usage/0Using the usage construct, a clique run can indicate that clique should display status for the current level.

Function Details

alert/1

alert(List::[status_list() | table() | text()]) -> alert()

is_status/1

is_status(L::any()) -> boolean()

Is the given value a status type?

list/1

list(Values::[iolist()]) -> status_list()

list/2

list(Title::iolist(), Values::[iolist()]) -> status_list()

parse/3

parse(T::status(), Fun::function(), Acc0::term()) -> term()

table/1

table(Proplists::[[{atom() | string(), term()}]]) -> table()

A table is constructed from a list of proplists. Each proplist represents a row in the table. The keys in the first row represent column headers; each following row (proplist) must contain the same number of tagged tuples but the keys are ignored.

text/1

text(IoList::iolist()) -> text()

usage/0

usage() -> any()

Using the usage construct, a clique run can indicate that clique should display status for the current level.


Generated by EDoc