timeout property

Duration? timeout
final

Timeout for the command. Implementations should return a ExecutionErrorCode.timeout error when exceeded.

Implementation

final Duration? timeout;