Skip to content

Commit

Permalink
Merge pull request #1778 from nickanderson/CFE-2795/3.10
Browse files Browse the repository at this point in the history
CFE-2795 Improve example for body action background
  • Loading branch information
nickanderson committed Apr 5, 2018
2 parents a0f3800 + 5bae4af commit 5f6a294
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions reference/promise-types.markdown
Expand Up @@ -506,10 +506,22 @@ background on Windows.
**Example:**

```cf3
body action example
{
background => "true";
}
bundle agent main
{
commands:
"/bin/sleep 10"
action => background;
"/bin/sleep"
args => "20",
action => background;
}
body action background
{
background => "true";
}
```

#### report_level
Expand Down

0 comments on commit 5f6a294

Please sign in to comment.