7638:176145438b1e | 7639:422fd05e9c91 |
---|---|
426 | 426 |
427 @return flag indicating the execution of a command | 427 @return flag indicating the execution of a command |
428 @rtype bool | 428 @rtype bool |
429 """ | 429 """ |
430 return self.__commandRunning | 430 return self.__commandRunning |
431 | |
432 # | |
433 # eflag: noqa = M702 |