BatchJobBGColorOption property
- Last UpdatedMar 07, 2025
- 1 minute read
Use the BatchJobBGColorOption property to specify the background color to use for linked jobs.This is an enumeration of the batch job color options available to the Queue Control to concurrently run batches of jobs.
|
Data Type |
Read/Write |
Default Value |
|---|---|---|
|
enum { |
R/W |
PredefinedPastel |
The MatchSupervisor option sets the batch job color options according to the pre-defined standard MES colors for the Queue window in this executable.
The PredefinedPastel option uses the predefined pastel color scheme defined within the Queue control.
|
Enum |
Setting |
|---|---|
|
0 |
System.Drawing.Color.Thistle |
|
1 |
System.Drawing.Color.Violet |
|
2 |
System.Drawing.Color.LightSteelBlue |
|
3 |
System.Drawing.Color.Lavender |
|
4 |
System.Drawing.Color.LightCyan |
|
5 |
System.Drawing.Color.Khaki |
|
6 |
System.Drawing.Color.MistyRose |
|
7 |
System.Drawing.Color.Moccasin |
|
8 |
System.Drawing.Color.LightPink |
|
9 |
System.Drawing.Color.LightSalmon |
|
10 |
System.Drawing.Color.PowderBlue |
|
11 |
System.Drawing.Color.LightSkyBlue |
|
12 |
System.Drawing.Color.PaleGreen |
|
13 |
System.Drawing.Color.PeachPuff |
|
14 |
System.Drawing.Color.PaleGoldenrod |
|
15 |
System.Drawing.Color.LightGoldenrodYellow |
The Custom option allows the operator to specify custom colors as a design-time property of the control.
There is a predefined limit of 16 different colors. After that, colors are reused for batches.