adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Trigger Class / Enabled Property

In This Topic
    Enabled Property (Trigger)
    In This Topic
    Indicates whether the trigger is enabled
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    Remarks
    Disabled triggers are ignored and do not cause the job to trigger
    See Also