interval property

int? interval
final

The number of milliseconds which must elapse between uses of this command.

If this value is null, then this command will never repeat.

Implementation

final int? interval;