StepStateColor Method
- Last UpdatedNov 06, 2025
- 1 minute read
The StepStateColor() method retrieves the color associated with the specified state code in the Job_State table.
'Declaration
Public Function StepStateColor( _
ByVal enumStepStatecode As StepStateType _
) As Color
public Color StepStateColor(
StepStateType enumStepStatecode
)
Parameters
- enumStepStatecode
- Required. Holds the state code whose color is being retrieved.
Return Value
Returns the color for the specified state code.