adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DatabaseOperationTask Class / WaitForCompletion Property


In This Topic
    WaitForCompletion Property
    In This Topic
    Determines whether the task waits for the job to complete
    Syntax
    'Declaration
     
    
    Public Property WaitForCompletion As Boolean
    public bool WaitForCompletion {get; set;}
    public:
    property bool WaitForCompletion {
       bool get();
       void set (    bool value);
    }
    Remarks
    When ActionType is ArcanaDevelopment.adTempus.Shared.DatabaseTaskType.ExecuteJob, set WaitForCompletion to true to have the task wait for the database job to complete and set the result of the task based on the database job outcome. If WaitForCompletion is false the task does not wait for the database job to complete and the result of the task indicates only whether the database job was successfully submitted.
    See Also