adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / AcknowledgeAllInstances Method


In This Topic
    AcknowledgeAllInstances Method (Job)
    In This Topic
    Marks the status of all instances for this job as Acknowledged
    Syntax
    'Declaration
     
    
    <RequiredVersionAttribute(5, 
       0, 
       0, 
       0)>
    Public Sub AcknowledgeAllInstances() 
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public void AcknowledgeAllInstances()
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public:
    void AcknowledgeAllInstances(); 
    Remarks

    Requires ServerVersion 5.0 or later.

    Marking an instance as Acknowledged removes it from the Failed Jobs view in the Console and clears its Failed or Warning status indicator.

    See Also