ArcGIS Pro 2.9 API Reference Guide
CanSetCurrentStep Method

ArcGIS.Desktop.Workflow.Models.JobModels Namespace > Job Class : CanSetCurrentStep Method
The ID of the step to set as current.
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, Windows 8.1

See Also

Reference

Job Class
Job Members