core.service.endpoints.job_status

Module Attributes

env

Provides all the task related information.

Functions

abort(status, *args, **kwargs)

Raises an HTTPException for the given status code or WSGI application.

jsonify(*args, **kwargs)

This function wraps dumps() to add a few enhancements that make life easier.

send_file(filename_or_fp[, mimetype, …])

Sends the contents of a file to the client.

task_already_running(channel)

Checks the number of tasks already runing.

Classes

DownloadFile([api])

GetTask([api])

Namespace(name[, description, path, …])

Group resources together.

Resource([api])

Represents an abstract RESTPlus resource.

TaskHistory([api])

TaskStatus([api])