adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / AlreadyRunningBehavior Property


In This Topic
    AlreadyRunningBehavior Property
    In This Topic
    Determines how the job will be handled if another instance is already running when a new instance is triggered
    Syntax
    'Declaration
     
    
    Public Property AlreadyRunningBehavior As AlreadyRunningBehavior
    public AlreadyRunningBehavior AlreadyRunningBehavior {get; set;}
    public:
    property AlreadyRunningBehavior AlreadyRunningBehavior {
       AlreadyRunningBehavior get();
       void set (    AlreadyRunningBehavior value);
    }
    See Also