adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ScriptExecutionTask Class / ExitCodeCriterion Property


In This Topic
    ExitCodeCriterion Property (ScriptExecutionTask)
    In This Topic
    The rule to apply to the process exit code when SuccessCriterion is ArcanaDevelopment.adTempus.Shared.SuccessCriterion.ExitCode
    Syntax
    'Declaration
     
    
    Public Property ExitCodeCriterion As ExitCodeTestType
    public ExitCodeTestType ExitCodeCriterion {get; set;}
    public:
    property ExitCodeTestType ExitCodeCriterion {
       ExitCodeTestType get();
       void set (    ExitCodeTestType value);
    }
    See Also