Skip to contents

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

Usage

setJobDescription(value)

Arguments

value

The job description of the current job.

Note

setJobDescription since 2.3.0

Examples

if (FALSE) {
setJobDescription("This is an example job.")
}