restart property

restart property

Specifies if a effect is to restart after complete. Read/write EffectRestartType.

Definition:

@property
def restart(self):
    ...

@restart.setter
def restart(self, value):
    ...

See Also