ResultInfo.CompletedSuccessfully 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.
Gets True if execution was successful, False if there was an exception.
public:
property bool CompletedSuccessfully { bool get(); };
public bool CompletedSuccessfully { get; }
member this.CompletedSuccessfully : bool
Public ReadOnly Property CompletedSuccessfully As Boolean
Property Value
True if the execution succeeded. Otherwise, false.