Check if a specific call should continue executing.
bool shouldContinue(int callId) => _currentCallId == callId;