scanRunStop

Ask the worker running a Scan run to abandon it. The run becomes STOPPED once the worker reports back.

Arguments

Returns

ScanRun!
ScanRun!
Collapse
  • id
    ScanRun identifier (ULID).
  • workerUlid
    ULID of the worker that picked up this run, if any.
  • resourceCount
    How many resources this run recorded.
  • note
    Free-form text describing the run outcome, e.g. why it failed or the note whoever canceled it left.
  • stateChangedAt
    StateChangedAt is the unix timestamp (in seconds) at which the run entered its current state. For a terminal state, that is when the run finished.
  • createdAt
    CreatedAt is the unix timestamp (in seconds) at which the run was queued.