# Set a human readable description of the current job.

Set a description that is shown as a job description in UI.

## Usage

``` r
setJobDescription(value)
```

## Arguments

  - value:
    
    The job description of the current job.

## Note

setJobDescription since 2.3.0

## Examples

``` r
if (FALSE) { # \dontrun{
setJobDescription("This is an example job.")
} # }
```
