GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTool Class / TransactionResult Property
In This Topic
    TransactionResult Property
    In This Topic
    Gets or sets whether to abort the current transaction if this tool is stopped; if set to a string, the string specifies the name of the transaction that will be finished when the tool stops.
    Syntax
    public string TransactionResult {get; set;}
    Remarks
    This determines whether StopTransaction calls GoView.AbortTransaction or GoView.FinishTransaction, depending on whether the value is null or a String.
    See Also