ArcGIS Pro 2.9 API Reference Guide
GetCurrentSteps Method

ArcGIS.Desktop.Workflow.Models.JobModels Namespace > Job Class : GetCurrentSteps Method
Returns the current active step IDs for the job
Syntax
public IReadOnlyList<string> GetCurrentSteps()
Public Function GetCurrentSteps() As IReadOnlyList(Of String)

Return Value

The IDs of the current steps
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Job Class
Job Members