Skip to main content

reserved

List of currently reserved tasks, not including scheduled/active.

def reserved(
state: object,
**kwargs: dict
) - > list

List of currently reserved tasks, not including scheduled/active.

Parameters

NameTypeDescription
stateobjectThe current worker state object used to access reserved and active request sets.
**kwargsdictAdditional keyword arguments passed to the command inspector.

Returns

TypeDescription
listA list of dictionaries containing metadata and information for each task that is currently reserved but not yet active.