Discuss this help topic in SecureBlackbox Forum

TElPGPKeyring.AsyncOperationFinished

TElPGPKeyring     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Checks if the asynchronous operation has been finished.

Declaration

[C#]
    bool AsyncOperationFinished();

[VB.NET]
    Function AsyncOperationFinished() As Boolean

[Pascal]
    function AsyncOperationFinished : boolean;

[C++]
    bool AsyncOperationFinished();

[PHP]
    bool AsyncOperationFinished()

[Java]
    boolean asyncOperationFinished();

Return value

     True if the asynchornous operation has already been finished.
     False otherwise

Description

    Use this method to check if the asynchronous operation execution has been finished and now the operation can be completed.

Discuss this help topic in SecureBlackbox Forum