> For the complete documentation index, see [llms.txt](https://docs.intrepidcs.com/vspy-3-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-measurement/graphical-panels/graphical-panels-tools/graphical-panel-controls-diag-job-action-button.md).

# Graphical Panel Controls: Diag Job Action Button

The Diag(nostic) Job Action Button control allows you to launch a [Diagnostic Job](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/diagnostics.md) from a graphical panel.

![Figure 1: A sample Diag Job Action Button control.](/files/v5oEPcpxNN4Bm5s1YtZp)

The properties specific to this control can be found in Table 1. A list of common properties can be found under [Common Control Properties](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-measurement/graphical-panels/graphical-panels-tools/graphical-panel-controls-common-control-properties.md).

**Table 1: Diag Job Action Button Control Properties**

| Property      | Function and Options                                                                                                                                                                                                                        |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| OnText        | The text shown when the button is down (**On** state).                                                                                                                                                                                      |
| OffText       | The text shown when the button is up (**Off** state).                                                                                                                                                                                       |
| DiagJobAction | <p>Determines what action is taken with respect to the selected Diagnostic Job when the button is pressed. Available options:</p><ul><li><strong>0-Start</strong></li><li><strong>1-Stop</strong></li><li><strong>2-Save</strong></li></ul> |
| DiagJob       | Click to select the Diagnostic Job to act upon when the button is pressed.                                                                                                                                                                  |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-measurement/graphical-panels/graphical-panels-tools/graphical-panel-controls-diag-job-action-button.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
