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


In This Topic
    ExitCode Property (ExecutionHistoryStep)
    In This Topic
    Gets the exit code/result for the step.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ExitCode As String
    public string ExitCode {get;}
    public:
    property String^ ExitCode {
       String^ get();
    }
    Remarks
    The ExitCode can be a numeric exit code or a string result. The value is limited to 255 characters and will be truncated if it exceeds that length. Result returns the same value.
    See Also