HookSniff.BackgroundTasks (hooksniff v1.2.0)

Background task management.

Summary

Functions

Cancel a task

Get a task

List background tasks

Functions

cancel(client, id)

@spec cancel(HookSniff.t(), String.t()) :: {:ok, map()} | {:error, term()}

Cancel a task

get(client, id)

@spec get(HookSniff.t(), String.t()) :: {:ok, map()} | {:error, term()}

Get a task

list(client)

@spec list(HookSniff.t()) :: {:ok, map()} | {:error, term()}

List background tasks