adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Constants Class / StepLevelEventsAllowedForInheritance Field


In This Topic
    StepLevelEventsAllowedForInheritance Field
    In This Topic
    List of JobEvents that can be defined at the Job, Group, or Queue level and inherited by Job Steps.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly StepLevelEventsAllowedForInheritance As JobEvent()
    public static readonly JobEvent[] StepLevelEventsAllowedForInheritance
    public:
    static readonly array<JobEvent>^ StepLevelEventsAllowedForInheritance
    See Also