List of events available in the Training Handler class as a wrapper of system events from the Cortex API, these events are the backbone of the training process
Training Started
An instance of training has been successfully started
TrainingStarted(stringheadsetId);
Training Succeeded
An instance of training has been successfully completed, must accept or reject the sample
TrainingSucceeded(stringheadsetId)
Training Failed
An instance of training has failed, often to to lack of signal or contact quality
TrainingFailed(stringheadsetId);
Training Completed
A training sample was started, succeeded, and has now been accepted
TrainingCompleted(stringheadsetId);
Training Rejected
A training sample was started, succeeded, and has now been rejected
Training Cancelled
A training sample was successfully cancelled
Data Erased
The data for a mental command has been successfully erased
This wrapping is intended to provide otherwise direct events in a more intuitive place. They can also be used by subscribing to the system events data stream directly through Cortex.