adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / GetTriggerStatus Method
The trigger to get the status for. Specify null (Nothing) to get the status for all triggers.

In This Topic
    GetTriggerStatus Method
    In This Topic
    Gets the TriggerStatus for the job or for a specified trigger.
    Syntax
    'Declaration
     
    
    Public Function GetTriggerStatus( _
       ByVal triggerOID As OID _
    ) As TriggerStatusCollection
    public TriggerStatusCollection GetTriggerStatus( 
       OID triggerOID
    )

    Parameters

    triggerOID
    The trigger to get the status for. Specify null (Nothing) to get the status for all triggers.
    Remarks
    Requires Scheduler.ServerFeatureLevel 40301 or higher. Note that not all triggers report status information.
    See Also