@lakuna/ugl
    Preparing search index...

    Enumeration SyncClientStatus

    Sync object statuses.

    Index

    Enumeration Members

    ALREADY_SIGNALED: 37146

    The sync object was already signaled when the method was called.

    CONDITION_SATISFIED: 37148

    The sync object became signaled before the timeout expired.

    TIMEOUT_EXPIRED: 37147

    The timeout time passed without the sync object becoming signaled.

    WAIT_FAILED: 37149

    An error occurred during execution.