allThreadsContinued property

bool? allThreadsContinued
final

The value true (or a missing property) signals to the client that all threads have been resumed. The value false indicates that not all threads were resumed.

Implementation

final bool? allThreadsContinued;