winccoa-manager
    Preparing search index...

    Enumeration WinccoaCnsViewBrowserViewState

    Enumerates the possible states of a CNS View Browser view.

    Used in WinccoaCnsViewBrowserCallback to indicate the current state of the view browser.

    • ViewStateIsUndefined: The state is undefined.
    • ConnectedAndOk: The view is connected and operational.
    • ViewDeltaSyncRunning: A delta synchronization is running.
    • FullSyncRunning: A full synchronization is running.
    • CnsViewNotFound: The CNS view was not found.
    • DistNotConnected: The distributed system is not connected.
    • DistNotConnectedViewInAddressSpace: The distributed system is not connected, but the view exists in the address space.
    Index

    Enumeration Members

    CnsViewNotFound: 4

    The CNS view was not found.

    ConnectedAndOk: 1

    The view is connected and operational.

    DistNotConnected: 5

    The distributed system is not connected.

    DistNotConnectedViewInAddressSpace: 6

    The distributed system is not connected, but the view exists in the address space.

    FullSyncRunning: 3

    A full synchronization is running.

    ViewDeltaSyncRunning: 2

    A delta synchronization is running.

    ViewStateIsUndefined: 0

    The state is undefined.