PSWorkflowJob.StatusMessage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Success status of the command execution.
public:
virtual property System::String ^ StatusMessage { System::String ^ get(); };
public:
virtual property Platform::String ^ StatusMessage { Platform::String ^ get(); };
public override string StatusMessage { get; }
member this.StatusMessage : string
Public Overrides ReadOnly Property StatusMessage As String