adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / OverrideStatus Method
The new status for the instance


In This Topic
    OverrideStatus Method
    In This Topic
    Overrides the status of the instance to the specified newStatus
    Syntax
    'Declaration
     
    
    Public Sub OverrideStatus( _
       ByVal newStatus As JobState _
    ) 
    public void OverrideStatus( 
       JobState newStatus
    )
    public:
    void OverrideStatus( 
       JobState newStatus
    ) 

    Parameters

    newStatus
    The new status for the instance
    Exceptions
    ExceptionDescription
    Thrown if the caller does not have the necessary permission.
    Remarks
    The caller must have Modify or Execute permission for the job.
    See Also