suspend property

bool? suspend
final

This flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false.

Implementation

final bool? suspend;