winccoa-manager
    Preparing search index...

    Interface WinccoaManagerId

    Contains details about a manager as returned by WinccoaManager.getManIdFromInt

    interface WinccoaManagerId {
        manNum: number;
        manType: WinccoaManagerType;
        replica: number;
        sysNum: number;
    }
    Index

    Properties

    manNum: number

    Manager number

    Type of the manager

    replica: number

    Replica. In non-redundant systems the replica is 1

    sysNum: number

    System number. Per default the system number is 0 and not explicitly the own system number. In non-distributed systems the system number is 1.