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