KineticaRT

Sequence.Wait Method

Waits for a channel to be set true.

Overload List

Waits for a channel to be set true.

protected void Wait(Channel);

Waits for a period in milliseconds.

protected void Wait(int);

Waits for an expression to become true.

protected void Wait(string);

See Also

Sequence Class | KineticaRT.Sequence Namespace