new Context() → {Context}
Create a new context. Normally a singleton created using Context.init()
Members
- 
static eventBus
 - 
    
    
the significance event bus, for communicating between perception Components
 
Methods
- 
    
        
async, static init() → {Promise}
 - 
    
    
Initializes the Context and creates the Context singleton
Returns:
Promise -Promise that resolves when initialization is complete
 - 
    
        
async, static shutdown() → {Promise}
 - 
    
    
Shut down the Context singleton
Returns:
Promise -Promise that resolves when shutdown is complete