isKeepGoing property

bool isKeepGoing

Indicates whether an activity record is in progress.

If the activity record has ended, the value false will be returned.

Implementation

bool get isKeepGoing => _isKeepGoing;