Skip to content

Commit

Permalink
[DOCS] Rename "job" to "transform" in data frame transform docs (#43534)
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts195 authored and lcawl committed Jun 24, 2019
1 parent fc4e055 commit 92f0ccc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/reference/data-frames/apis/stop-transform.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ All {dataframe-transforms} can be stopped by using `_all` or `*` as the `<data_f

`timeout`::
(time value) If `wait_for_completion=true`, the API blocks for (at maximum)
the specified duration while waiting for the job to stop. If more than
the specified duration while waiting for the transform to stop. If more than
`timeout` time has passed, the API throws a timeout exception. Even if a
timeout exception is thrown, the stop request is still processing and
eventually moves the job to `STOPPED`. The timeout simply means the API call itself timed out while waiting for the status change. Defaults to `30s`
eventually moves the transform to `STOPPED`. The timeout simply means the API
call itself timed out while waiting for the status change. Defaults to `30s`

//==== Request Body
==== Authorization
Expand Down

0 comments on commit 92f0ccc

Please sign in to comment.