ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Workflow.Models.JobModels Namespace / Job Class / GetCurrentStepNames Method

In This Topic
    GetCurrentStepNames Method
    In This Topic
    Returns the current active step names for the job
    Syntax
    public IReadOnlyList<string> GetCurrentStepNames()
    Public Function GetCurrentStepNames() As IReadOnlyList(Of String)

    Return Value

    The names of the current steps
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also