EaxAnalyzer.WaitToken

Syntax

WaitToken: Object

Description

The WaitToken property sets and returns a wait token by specified name.

Comments

Use the setWaitToken method to set the property value, and the getWaitToken method to get the property value. Property value cannot be set from JSON.

When calling the setWaitToken and getWaitToken methods, define the parameter n: name of the wait token, defined using an element of the PP.Exp.Operation enumeration.

The property contains a value as a JSON object.

Example

The example of property use is given on the page with description of the EaxAnalyzer.clearWaitToken method.

See also:

EaxAnalyzer