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