adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / AcknowledgeStatus Method
Reserved for future use. Set to 0.


In This Topic
    AcknowledgeStatus Method
    In This Topic
    Marks the status of this instance as Acknowledged
    Syntax
    'Declaration
     
    
    Public Sub AcknowledgeStatus( _
       Optional ByVal options As Integer _
    ) 
    public void AcknowledgeStatus( 
       int options
    )
    public:
    void AcknowledgeStatus( 
       int options
    ) 

    Parameters

    options
    Reserved for future use. Set to 0.
    Exceptions
    ExceptionDescription
    Thrown if the caller does not have Execute permission for the job.
    Remarks

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

    The caller must have Execute permission for the job.

    See Also