adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IResponseActionScriptParameters Interface / ExitCode Property


In This Topic
    ExitCode Property (IResponseActionScriptParameters)
    In This Topic
    The exit code associated with the event, if any.
    Syntax
    'Declaration
     
    
    ReadOnly Property ExitCode As Nullable(Of Integer)
    Nullable<int> ExitCode {get;}
    property Nullable<int> ExitCode {
       Nullable<int> get();
    }
    See Also