Searched refs:KEY_IS_RUNNING (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/haikudepot/process/
H A DProcessCoordinator.cpp28 #define KEY_IS_RUNNING "isRunning" macro
51 if (from->FindBool(KEY_IS_RUNNING, &fIsRunning) != B_OK) {
52 HDFATAL("unable to find the key [%s]", KEY_IS_RUNNING);
129 result = into->AddBool(KEY_IS_RUNNING, fIsRunning);

Completed in 27 milliseconds