lovr.task.getStatus

Edit

Returns the status of a task.

status = lovr.task.getStatus(task)

Arguments

NameTypeDescription
taskthread The task to check.

Returns

NameTypeDescription
statusstring | nil The status of the task.

Notes

Status will be one of:

See also