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


In This Topic
    GetTriggerStatus Method
    In This Topic
    Gets the TriggerStatus for the job or for a specified trigger.
    Syntax
    'Declaration
     
    
    <RequiredVersionAttribute(4, 
       3, 
       0, 
       0)>
    Public Function GetTriggerStatus( _
       ByVal triggerOID As OID _
    ) As TriggerStatusCollection
    [RequiredVersion(4, 
       3, 
       0, 
       0)]
    public TriggerStatusCollection GetTriggerStatus( 
       OID triggerOID
    )
    [RequiredVersion(4, 
       3, 
       0, 
       0)]
    public:
    TriggerStatusCollection^ GetTriggerStatus( 
       OID^ triggerOID
    ) 

    Parameters

    triggerOID
    The trigger to get the status for. Specify a null reference (Nothing in Visual Basic) to get the status for all triggers for the job.

    Return Value

    A collection of TriggerStatus objects with the status of the triggers.
    Remarks

    Note that not all triggers report status information.

    See Also