Skip to main content

job kit

4 tools. Generated from the plugin source; do not edit by hand.

Tools​

Legend. risk 0 = read-only, 1 = harmless editor op, 2 = modifies asset, 3 = deletes/replaces asset, 4 = project/config/build op, 5 = potentially destructive (calls above MaxAutoRisk need "_confirm": true). mutates = runs in a transaction (edit.undo reverts). requires PIE / requires world = refused without a PIE session / an open level. requires plugin = unavailable while the plugin is disabled. dryRun = honours the dryRun argument. smoke = covered by edit.self_test.

job.cancel (risk 1, mutates)​

No description.

ArgumentTypeDescription
jobIdstringrequired. Durable job id.

job.get (risk 0)​

No description.

ArgumentTypeDescription
jobIdstringrequired. Durable job id.

job.list (risk 0, smoke)​

No description.

No arguments.

job.remove (risk 1, mutates)​

No description.

ArgumentTypeDescription
jobIdstringrequired. Durable job id.