Vizard 7 » Command Index » Vizard modules » viz » <viz:cluster>.getMask
7.6

<viz:cluster>.getMask

Return the current cluster mask

<viz:cluster>.getMask()  

Remarks

This command will return the current cluster mask.

Note: The ID of a client is based on the order in which it appears in the cluster master application. You can reorder clients by dragging and dropping the name in the list.

Return Value

cluster mask

Example

viz.cluster.setMask(viz.CLIENT1)

assert viz.cluster.getMask() == viz.CLIENT1

See also

<viz:cluster>.popMask
<viz:cluster>.pushMask
<viz:cluster>.setMask
<viz:cluster>.MaskedContext