adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobExecutionSettings Class / UserInteractionMode Property


In This Topic
    UserInteractionMode Property (JobExecutionSettings)
    In This Topic
    The interaction mode to use for job execution
    Syntax
    'Declaration
     
    
    Public Property UserInteractionMode As UserInteractionMode
    public UserInteractionMode UserInteractionMode {get; set;}
    public:
    property UserInteractionMode UserInteractionMode {
       UserInteractionMode get();
       void set (    UserInteractionMode value);
    }
    Remarks
    This value overrides the options configured for the job
    See Also