getAllWaitTokens();
The getAllWaitTokens method returns all wait tokens.
Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component).
var eaxAnalyzer = expressBox.getSource();
// Set wait token
eaxAnalyzer.setWaitToken(PP.Exp.Operation.ChangeDataSource);
// Get all available wait tokens
eaxAnalyzer.getAllWaitTokens();
// -> Object {ChangeDataSource: Object}
After executing the example a new wait token is created and obtained.
See also: