Skip to main content

Task and Thread Actions

Task actions provide features for running and interacting with asynchronous tasks managed by the XINA Run application or AWS Lambda platform.

Task Actions

RUN

CONCLUDE

CANCEL

Cancels one or more asynchronous tasks.

{
  "action" : "cancel",
  "tasks"  : [ <task ID>, ... ]
}

CLEAN

DESTROY

Thread Actions

PAUSE

RESUME