MCPcopy
hub / github.com/stemdeckapp/stemdeck / JobCancelled

Class JobCancelled

app/core/models.py:9–10  ·  view source on GitHub ↗

Raised inside a pipeline stage when the job's cancel flag is set.

Source from the content-addressed store, hash-verified

7
8
9class JobCancelled(Exception):
10 """Raised inside a pipeline stage when the job's cancel flag is set."""
11
12
13JobStatus = Literal[

Callers 7

vhookFunction · 0.90
_download_video_trackFunction · 0.90
hookFunction · 0.90
downloadFunction · 0.90
_check_cancelFunction · 0.90
separateFunction · 0.90
cancelFunction · 0.90

Calls

no outgoing calls

Tested by 1

cancelFunction · 0.72