chars
Characters to wait for.
If chars is a sequence, then the Condition will wait for one of the characters to be entered.
If chars is None, then the Condition will wait for any character to be entered.
This command will create a Condition object that will wait for one of the specified characters to be entered.
The yielded command returns a
viz.Data object with the following information about the condition:
char | Unicode string containing the character that was entered |
time | The precise time of the character entry |