ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Workflow.Client.Models Namespace / StepState Class / MessageDetails Property

In This Topic
    MessageDetails Property
    In This Topic
    Details about the current running step. This message is one of the step execution status messages including StepInfoRequired, StepStarted, StepProgress, StepStopping, StepStopped, StepWarningStopped, StepPaused, StepCancelled, StepHeld, StepError messages. The StepFinished message will not be included. StepInfoRequired messages will be truncated for users other than the assigned user.
    Syntax
    public JobMessage MessageDetails {get;}
    Public ReadOnly Property MessageDetails As JobMessage
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also