adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryStep Class / Result Property


In This Topic
    Result Property (ExecutionHistoryStep)
    In This Topic
    Gets the result returned by the task.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Result As Object
    public object Result {get;}
    public:
    property Object^ Result {
       Object^ get();
    }
    Remarks
    Same as ExitCode.
    See Also