ArcGIS Pro 3.7 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 ReadOnly Property MessageDetails As JobMessage
    public JobMessage MessageDetails {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.6 or higher.
    See Also