duration property

int? duration
final

The number of milliseconds to run this scene for.

If this value is null, the scene will not automatically skip, and either skipControllerButton or skipScanCode must be not null.

Implementation

final int? duration;