Universal Robots TypeScript API - v10.12.0
    Preparing search index...

    Variable registerApplicationBehaviorConst

    registerApplicationBehavior: (behaviors: WorkerModule<any>) => void

    Registers an Application behavior object allowing the application area to call the behavior methods.

    Type Declaration

      • (behaviors: WorkerModule<any>): void
      • Parameters

        • behaviors: WorkerModule<any>

          The ApplicationBehaviors object to register

        Returns void