ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Workflow.Models.JobModels Namespace / Job Class / CanSetCurrentStep Method
The ID of the step to set as current.

In This Topic
    CanSetCurrentStep Method
    In This Topic
    Determines whether the step can be set as current.
    Syntax
    public bool CanSetCurrentStep( 
       string stepID
    )
    Public Function CanSetCurrentStep( _
       ByVal stepID As String _
    ) As Boolean

    Parameters

    stepID
    The ID of the step to set as current.

    Return Value

    Whether the specified step can be set as the current step
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also