FileApplicationNoteBook.st
changeset 16823 21451c6e8953
parent 16637 21e8cf8f06bc
child 16828 3be43a489ae3
child 16861 1f1c2aacd0ac
equal deleted inserted replaced
16822:dbed86627a32 16823:21451c6e8953
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2002 by eXept Software AG
     4  COPYRIGHT (c) 2002 by eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
  7270                           withArguments:(Array with:'sh' with:'-c' with:cmd)
  7272                           withArguments:(Array with:'sh' with:'-c' with:cmd)
  7271                           environment:nil
  7273                           environment:nil
  7272                           fileDescriptors:#()
  7274                           fileDescriptors:#()
  7273                           fork:true
  7275                           fork:true
  7274                           newPgrp:true
  7276                           newPgrp:true
  7275                           inDirectory:nil.
  7277                           inDirectory:nil
       
  7278                           showWindow:false.
  7276                    ]
  7279                    ]
  7277                    action:[:status |
  7280                    action:[:status |
  7278                       status stillAlive ifFalse:[
  7281                       status stillAlive ifFalse:[
  7279                           OperatingSystem closePid:vncServerPID.
  7282                           OperatingSystem closePid:vncServerPID.
  7280                           vncLock critical:[  
  7283                           vncLock critical:[  
  7409                       withArguments:(Array with:'sh' with:'-c' with:viewerCommand)
  7412                       withArguments:(Array with:'sh' with:'-c' with:viewerCommand)
  7410                       environment:nil
  7413                       environment:nil
  7411                       fileDescriptors:#()
  7414                       fileDescriptors:#()
  7412                       fork:true
  7415                       fork:true
  7413                       newPgrp:true
  7416                       newPgrp:true
  7414                       inDirectory:nil.
  7417                       inDirectory:nil
       
  7418                       showWindow:false.
  7415                ]
  7419                ]
  7416                action:[:status |
  7420                action:[:status |
  7417                   status stillAlive ifFalse:[
  7421                   status stillAlive ifFalse:[
  7418                       OperatingSystem closePid:viewerPID.
  7422                       OperatingSystem closePid:viewerPID.
  7419                       viewerPID := nil.
  7423                       viewerPID := nil.