#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 17 Jan 2018 14:09:00 +0100
changeset 17927 49a8dfebc840
parent 17926 5e1aa3f853ce
child 17928 ae4f5a045f26
#DOCUMENTATION by cg class: ProcessMonitorV2 comment/format in: #hasSelection
ProcessMonitorV2.st
--- a/ProcessMonitorV2.st	Wed Jan 17 14:08:38 2018 +0100
+++ b/ProcessMonitorV2.st	Wed Jan 17 14:09:00 2018 +0100
@@ -2551,6 +2551,8 @@
 !
 
 hasSelection
+    "return true, if an item is selected"
+
     ^ self selectedProcesses value notEmptyOrNil
 
     "Modified: / 05-06-2007 / 17:43:58 / cg"