isStartingOrAlreadyRunning method

bool isStartingOrAlreadyRunning()

Implementation

bool isStartingOrAlreadyRunning() =>
    this == KdfStartupResult.ok || this == KdfStartupResult.alreadyRunning;