jobs-ui-0.1.0.0: A library for creating a jobs management website running custom jobs.

Safe HaskellNone
LanguageHaskell2010

Web.JobsUi.Run

Description

This module contains the @run@ function that can be used to launch the website. It also contains the router and the background runner running the tasks.

Synopsis

Documentation

run Source #

Arguments

:: [JobType]

The jiType should be unique

-> IO () 

This function launches the website. It get's a Map of named job types which are used to define different kinds of jobs a user can select to run.